#120418

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

Shades of Blackcurrant #120418

Tints of Blackcurrant #120418

Color information

#120418 (or 0x120418) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 18. RGB value is (18,4,24). Sum of RGB (Red+Green+Blue) = 18+4+24=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #120418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120418 is #EDFBE7. Grayscale: #0A0A0A. Windows color (decimal): -15596520 or 1573906. OLE color: 1573906.

HSL color Cylindrical-coordinate representation of color #120418: hue angle of 282º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120418 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18424-
CMYK0.250.8300.91
HSL282º71.43%5.49%-
HSV(B)282º83.33%9.41%-
XYZ0.460.280.89-
YUV10.47135.64133.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=39.13%
G=8.70%
B=52.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal184240.250.8300.9128271.435.49
Hex12418195305B11a475
Octal224303112301334321075
Binary1001010011000110011010011010110111000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120418; }

 p { color: rgb(18,4,24); }

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

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

 a { background-color: rgb(18,4,24); }

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

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

 span { border-color: rgb(18,4,24); }

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