Html Css Color HEX #120D21 Haiti

📋 copy color: '#120D21'

red 18 ◦ green 13 ◦ blue 33

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

Shades of Haiti #120D21

Tints of Haiti #120D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 51.56%

R = 28.13%
G = 20.31%
B = 51.56%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120D21 (or 0x120D21) is known color: Haiti. HEX triplet: 12, 0D and 21. RGB value is (18,13,33). Sum of RGB (Red+Green+Blue) = 18+13+33=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #120D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D21 is #EDF2DE. Grayscale: #101010. Windows color (decimal): -15594207 or 2166034. OLE color: 2166034.

HSL color Cylindrical-coordinate representation of color #120D21: hue angle of 255º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120D21 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 13 33 -
CMYK 0.45 0.61 0 0.87
HSL 255º 0.43% 0.09% -
HSV(B) 255º 0.61% 0.13% -
XYZ 0.67 0.53 1.51 -
YUV 16.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 18 13 33 0.45 0.61 0 0.87 255 0.43 0.09
Hex 12 D 21 2D 3D 0 57 FF 2B 9
Octal 22 15 41 55 75 0 127 377 53 11
Binary 10010 1101 100001 101101 111101 0 1010111 11111111 101011 1001

Color Harmonies of #120D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D21

Black with #120D21

Text Example


Text Example

White with #120D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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