#0D061C

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

Shades of Haiti #0D061C

Tints of Haiti #0D061C

Color information

#0D061C (or 0x0D061C) is unknown color: approx Haiti. HEX triplet: 0D, 06 and 1C. RGB value is (13,6,28). Sum of RGB (Red+Green+Blue) = 13+6+28=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D061C is #F2F9E3. Grayscale: #0A0A0A. Windows color (decimal): -15923684 or 1836557. OLE color: 1836557.

HSL color Cylindrical-coordinate representation of color #0D061C: hue angle of 259.09º degrees, saturation: 0.65, 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 #0D061C is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13628-
CMYK0.540.7900.89
HSL259.09º64.71%6.67%-
HSV(B)259.09º78.57%10.98%-
XYZ0.440.31.13-
YUV10.6137.82129.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=27.66%
G=12.77%
B=59.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal136280.540.7900.89259.0964.716.67
HexD61C364F059103417
Octal156346611701314031017
Binary1101110111001101101001111010110011000000111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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