#0D061D

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

Shades of Haiti #0D061D

Tints of Haiti #0D061D

Color information

#0D061D (or 0x0D061D) is unknown color: approx Haiti. HEX triplet: 0D, 06 and 1D. RGB value is (13,6,29). Sum of RGB (Red+Green+Blue) = 13+6+29=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061D is #F2F9E2. Grayscale: #0A0A0A. Windows color (decimal): -15923683 or 1902093. OLE color: 1902093.

HSL color Cylindrical-coordinate representation of color #0D061D: hue angle of 258.26º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D061D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13629-
CMYK0.550.7900.89
HSL258.26º65.71%6.86%-
HSV(B)258.26º79.31%11.37%-
XYZ0.450.31.2-
YUV10.72138.32129.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=27.08%
G=12.5%
B=60.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal136290.550.7900.89258.2665.716.86
HexD61D374F059102427
Octal156356711701314021027
Binary1101110111011101111001111010110011000000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,29); }

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

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

 a { background-color: rgb(13,6,29); }

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

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

 span { border-color: rgb(13,6,29); }

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