#0C0619

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

Shades of Haiti #0C0619

Tints of Haiti #0C0619

Color information

#0C0619 (or 0x0C0619) is unknown color: approx Haiti. HEX triplet: 0C, 06 and 19. RGB value is (12,6,25). Sum of RGB (Red+Green+Blue) = 12+6+25=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0619 is #F3F9E6. Grayscale: #090909. Windows color (decimal): -15989223 or 1639948. OLE color: 1639948.

HSL color Cylindrical-coordinate representation of color #0C0619: hue angle of 258.95º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C0619 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12625-
CMYK0.520.7600.90
HSL258.95º61.29%6.08%-
HSV(B)258.95º76%9.8%-
XYZ0.390.280.95-
YUV9.96136.49129.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=27.91%
G=13.95%
B=58.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal126250.520.7600.90258.9561.296.08
HexC619344C05A1033d6
Octal14631641140132403756
Binary110011011001110100100110001011010100000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,6,25); }

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

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

 a { background-color: rgb(12,6,25); }

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

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

 span { border-color: rgb(12,6,25); }

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