Html Css Color HEX #120D1F Haiti

📋 copy color: '#120D1F'

red 18 ◦ green 13 ◦ blue 31

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

Shades of Haiti #120D1F

Tints of Haiti #120D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 50%

R = 29.03%
G = 20.97%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#120D1F (or 0x120D1F) is known color: Haiti. HEX triplet: 12, 0D and 1F. RGB value is (18,13,31). Sum of RGB (Red+Green+Blue) = 18+13+31=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #120D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1F is #EDF2E0. Grayscale: #101010. Windows color (decimal): -15594209 or 2034962. OLE color: 2034962.

HSL color Cylindrical-coordinate representation of color #120D1F: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120D1F is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 13 31 -
CMYK 0.42 0.58 0 0.88
HSL 256.67º 0.41% 0.09% -
HSV(B) 256.67º 0.58% 0.12% -
XYZ 0.64 0.52 1.36 -
YUV 16.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 18 13 31 0.42 0.58 0 0.88 256.67 0.41 0.09
Hex 12 D 1F 2A 3A 0 58 101 29 9
Octal 22 15 37 52 72 0 130 401 51 11
Binary 10010 1101 11111 101010 111010 0 1011000 100000001 101001 1001

Color Harmonies of #120D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D1F

Black with #120D1F

Text Example


Text Example

White with #120D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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