Html Css Color HEX #120D1C Haiti

📋 copy color: '#120D1C'

red 18 ◦ green 13 ◦ blue 28

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

Shades of Haiti #120D1C

Tints of Haiti #120D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.03%

 BLUE value IS 28 (11.33% from 255) = 47.46%

R = 30.51%
G = 22.03%
B = 47.46%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120D1C (or 0x120D1C) is known color: Haiti. HEX triplet: 12, 0D and 1C. RGB value is (18,13,28). Sum of RGB (Red+Green+Blue) = 18+13+28=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #120D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1C is #EDF2E3. Grayscale: #101010. Windows color (decimal): -15594212 or 1838354. OLE color: 1838354.

HSL color Cylindrical-coordinate representation of color #120D1C: hue angle of 260º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #120D1C is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 13 28 -
CMYK 0.36 0.54 0 0.89
HSL 260º 0.37% 0.08% -
HSV(B) 260º 0.54% 0.11% -
XYZ 0.6 0.5 1.16 -
YUV 16.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 18 13 28 0.36 0.54 0 0.89 260 0.37 0.08
Hex 12 D 1C 24 36 0 59 104 25 8
Octal 22 15 34 44 66 0 131 404 45 10
Binary 10010 1101 11100 100100 110110 0 1011001 100000100 100101 1000

Color Harmonies of #120D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D1C

Black with #120D1C

Text Example


Text Example

White with #120D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,28); }

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

background-color css

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

 a { background-color: rgb(18,13,28); }

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

border-color css

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

 span { border-color: rgb(18,13,28); }

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