Html Css Color HEX #120829 Haiti

📋 copy color: '#120829'

red 18 ◦ green 8 ◦ blue 41

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

Shades of Haiti #120829

Tints of Haiti #120829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.94%

 BLUE value IS 41 (16.41% from 255) = 61.19%

R = 26.87%
G = 11.94%
B = 61.19%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120829 (or 0x120829) is known color: Haiti. HEX triplet: 12, 08 and 29. RGB value is (18,8,41). Sum of RGB (Red+Green+Blue) = 18+8+41=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #120829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120829 is #EDF7D6. Grayscale: #0E0E0E. Windows color (decimal): -15595479 or 2689042. OLE color: 2689042.

HSL color Cylindrical-coordinate representation of color #120829: hue angle of 258.18º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120829 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 8 41 -
CMYK 0.56 0.80 0 0.84
HSL 258.18º 0.67% 0.1% -
HSV(B) 258.18º 0.8% 0.16% -
XYZ 0.74 0.46 2.15 -
YUV 14.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 18 8 41 0.56 0.80 0 0.84 258.18 0.67 0.1
Hex 12 8 29 38 50 0 54 102 43 A
Octal 22 10 51 70 120 0 124 402 103 12
Binary 10010 1000 101001 111000 1010000 0 1010100 100000010 1000011 1010

Color Harmonies of #120829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120829

Black with #120829

Text Example


Text Example

White with #120829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120829; }

 p { color: rgb(18,8,41); }

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

background-color css

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

 a { background-color: rgb(18,8,41); }

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

border-color css

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

 span { border-color: rgb(18,8,41); }

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