Html Css Color HEX #120D1D Haiti

📋 copy color: '#120D1D'

red 18 ◦ green 13 ◦ blue 29

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

Shades of Haiti #120D1D

Tints of Haiti #120D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 48.33%

R = 30%
G = 21.67%
B = 48.33%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120D1D (or 0x120D1D) is known color: Haiti. HEX triplet: 12, 0D and 1D. RGB value is (18,13,29). Sum of RGB (Red+Green+Blue) = 18+13+29=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #120D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D1D is #EDF2E2. Grayscale: #101010. Windows color (decimal): -15594211 or 1903890. OLE color: 1903890.

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

Color convert

RGB 18 13 29 -
CMYK 0.38 0.55 0 0.89
HSL 258.75º 0.38% 0.08% -
HSV(B) 258.75º 0.55% 0.11% -
XYZ 0.62 0.51 1.23 -
YUV 16.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 18 13 29 0.38 0.55 0 0.89 258.75 0.38 0.08
Hex 12 D 1D 26 37 0 59 103 26 8
Octal 22 15 35 46 67 0 131 403 46 10
Binary 10010 1101 11101 100110 110111 0 1011001 100000011 100110 1000

Color Harmonies of #120D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D1D

Black with #120D1D

Text Example


Text Example

White with #120D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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