#120C18

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

Shades of Blackcurrant #120C18

Tints of Blackcurrant #120C18

Color information

#120C18 (or 0x120C18) is unknown color: approx Blackcurrant. HEX triplet: 12, 0C and 18. RGB value is (18,12,24). Sum of RGB (Red+Green+Blue) = 18+12+24=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #120C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C18 is #EDF3E7. Grayscale: #0F0F0F. Windows color (decimal): -15594472 or 1575954. OLE color: 1575954.

HSL color Cylindrical-coordinate representation of color #120C18: hue angle of 270º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120C18 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181224-
CMYK0.250.5000.91
HSL270º33.33%7.06%-
HSV(B)270º50%9.41%-
XYZ0.550.460.92-
YUV15.16132.99130.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1812240.250.5000.9127033.337.06
Hex12C18193205B10e217
Octal22143031620133416417
Binary100101100110001100111001001011011100001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120C18; }

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

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

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

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

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

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

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

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