Html Css Color HEX #120F18 Haiti

📋 copy color: '#120F18'

red 18 ◦ green 15 ◦ blue 24

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

Shades of Haiti #120F18

Tints of Haiti #120F18

RGB

 RED value IS 18 (7.42% from 255) = 31.58%

 GREEN value IS 15 (6.25% from 255) = 26.32%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120F18 (or 0x120F18) is known color: Haiti. HEX triplet: 12, 0F and 18. RGB value is (18,15,24). Sum of RGB (Red+Green+Blue) = 18+15+24=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #120F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F18 is #EDF0E7. Grayscale: #101010. Windows color (decimal): -15593704 or 1576722. OLE color: 1576722.

HSL color Cylindrical-coordinate representation of color #120F18: hue angle of 260º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #120F18 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 15 24 -
CMYK 0.25 0.37 0 0.91
HSL 260º 0.23% 0.08% -
HSV(B) 260º 0.38% 0.09% -
XYZ 0.59 0.54 0.94 -
YUV 16.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 18 15 24 0.25 0.37 0 0.91 260 0.23 0.08
Hex 12 F 18 19 25 0 5B 104 17 8
Octal 22 17 30 31 45 0 133 404 27 10
Binary 10010 1111 11000 11001 100101 0 1011011 100000100 10111 1000

Color Harmonies of #120F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F18

Black with #120F18

Text Example


Text Example

White with #120F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #120F18;
 }
 .AnyTagClassName
 {
   color: #120F18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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