#400C50

Color #400C50 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #400C50

Tints of Blackcurrant #400C50

Color information

#400C50 (or 0x400C50) is unknown color: approx Blackcurrant. HEX triplet: 40, 0C and 50. RGB value is (64,12,80). Sum of RGB (Red+Green+Blue) = 64+12+80=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #400C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C50 is #BFF3AF. Grayscale: #232323. Windows color (decimal): -12579760 or 5246016. OLE color: 5246016.

HSL color Cylindrical-coordinate representation of color #400C50: hue angle of 285.88º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400C50 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB641280-
CMYK0.200.8500.69
HSL285.88º73.91%18.04%-
HSV(B)285.88º85%31.37%-
XYZ3.691.937.77-
YUV35.3153.23148.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=41.03%
G=7.69%
B=51.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6412800.200.8500.69285.8873.9118.04
Hex40C50145504511e4a12
Octal1001412024125010543611222
Binary10000001100101000010100101010101000101100011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C50; }

 p { color: rgb(64,12,80); }

 H1.HeaderClassName
 {
   color: #400C50;
 }
 .AnyTagClassName
 {
   color: #400C50;
 }
</style>
background-color css

<style>
 a { background-color: #400C50; }

 a { background-color: rgb(64,12,80); }

 div.DivClassName
 {
   background-color: #400C50;
 }
 .BgClassName
 {
   background-color: #400C50;
 }
</style>
border-color css

<style>
 span { border-color: #400C50; }

 span { border-color: rgb(64,12,80); }

 td.TdClassName
 {
   border-color: #400C50;
 }
 .TagClassName
 {
   border-color: #400C50;
 }
</style>