#0C0814

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

Shades of Haiti #0C0814

Tints of Haiti #0C0814

Color information

#0C0814 (or 0x0C0814) is unknown color: approx Haiti. HEX triplet: 0C, 08 and 14. RGB value is (12,8,20). Sum of RGB (Red+Green+Blue) = 12+8+20=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0814 is #F3F7EB. Grayscale: #0A0A0A. Windows color (decimal): -15988716 or 1312780. OLE color: 1312780.

HSL color Cylindrical-coordinate representation of color #0C0814: hue angle of 260º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C0814 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB12820-
CMYK0.400.6000.92
HSL260º42.86%5.49%-
HSV(B)260º60%7.84%-
XYZ0.360.30.7-
YUV10.56133.33129.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 30%
GREEN value IS 8 (3.52% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal128200.400.6000.9226042.865.49
HexC814283C05C1042b5
Octal14102450740134404535
Binary110010001010010100011110001011100100000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0814; }

 p { color: rgb(12,8,20); }

 H1.HeaderClassName
 {
   color: #0C0814;
 }
 .AnyTagClassName
 {
   color: #0C0814;
 }
</style>
background-color css

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

 a { background-color: rgb(12,8,20); }

 div.DivClassName
 {
   background-color: #0C0814;
 }
 .BgClassName
 {
   background-color: #0C0814;
 }
</style>
border-color css

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

 span { border-color: rgb(12,8,20); }

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