Html Css Color HEX #120C18 Blackcurrant

📋 copy color: '#120C18'

red 18 ◦ green 12 ◦ blue 24

#120C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120C18

Tints of Blackcurrant #120C18

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 value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120C18 (or 0x120C18) is known color: 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

RGB 18 12 24 -
CMYK 0.25 0.50 0 0.91
HSL 270º 0.33% 0.07% -
HSV(B) 270º 0.5% 0.09% -
XYZ 0.55 0.46 0.92 -
YUV 15.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 18 12 24 0.25 0.50 0 0.91 270 0.33 0.07
Hex 12 C 18 19 32 0 5B 10E 21 7
Octal 22 14 30 31 62 0 133 416 41 7
Binary 10010 1100 11000 11001 110010 0 1011011 100001110 100001 111

Color Harmonies of #120C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C18

Black with #120C18

Text Example


Text Example

White with #120C18

Text Example


Text Example

HTML Codes & Css Web 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>