#0C041F

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

Shades of Haiti #0C041F

Tints of Haiti #0C041F

Color information

#0C041F (or 0x0C041F) is unknown color: approx Haiti. HEX triplet: 0C, 04 and 1F. RGB value is (12,4,31). Sum of RGB (Red+Green+Blue) = 12+4+31=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041F is #F3FBE0. Grayscale: #090909. Windows color (decimal): -15989729 or 2032652. OLE color: 2032652.

HSL color Cylindrical-coordinate representation of color #0C041F: hue angle of 257.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C041F is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12431-
CMYK0.610.8700.88
HSL257.78º77.14%6.86%-
HSV(B)257.78º87.1%12.16%-
XYZ0.440.261.32-
YUV9.47140.15129.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=25.53%
G=8.51%
B=65.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal124310.610.8700.88257.7877.146.86
HexC41F3D570581024d7
Octal144377512701304021157
Binary1100100111111111011010111010110001000000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,31); }

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

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

 a { background-color: rgb(12,4,31); }

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

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

 span { border-color: rgb(12,4,31); }

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