#120829

Color #120829 Haiti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Haiti #120829

Tints of Haiti #120829

Color information

#120829 (or 0x120829) is unknown color: approx 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

RGB18841-
CMYK0.560.8000.84
HSL258.18º67.35%9.61%-
HSV(B)258.18º80.49%16.08%-
XYZ0.740.462.15-
YUV14.75142.81130.32-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal188410.560.8000.84258.1867.359.61
Hex12829385005410243a
Octal22105170120012440210312
Binary10010100010100111100010100000101010010000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>