Html Css Color HEX #120F17 Haiti

📋 copy color: '#120F17'

red 18 ◦ green 15 ◦ blue 23

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

Shades of Haiti #120F17

Tints of Haiti #120F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 41.07%

R = 32.14%
G = 26.79%
B = 41.07%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120F17 (or 0x120F17) is known color: Haiti. HEX triplet: 12, 0F and 17. RGB value is (18,15,23). Sum of RGB (Red+Green+Blue) = 18+15+23=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #120F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F17 is #EDF0E8. Grayscale: #101010. Windows color (decimal): -15593705 or 1511186. OLE color: 1511186.

HSL color Cylindrical-coordinate representation of color #120F17: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #120F17 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 15 23 -
CMYK 0.22 0.35 0 0.91
HSL 262.5º 0.21% 0.07% -
HSV(B) 262.5º 0.35% 0.09% -
XYZ 0.57 0.53 0.88 -
YUV 16.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 18 15 23 0.22 0.35 0 0.91 262.5 0.21 0.07
Hex 12 F 17 16 23 0 5B 106 15 7
Octal 22 17 27 26 43 0 133 406 25 7
Binary 10010 1111 10111 10110 100011 0 1011011 100000110 10101 111

Color Harmonies of #120F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F17

Black with #120F17

Text Example


Text Example

White with #120F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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