#0D0522

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

Shades of Haiti #0D0522

Tints of Haiti #0D0522

Color information

#0D0522 (or 0x0D0522) is unknown color: approx Haiti. HEX triplet: 0D, 05 and 22. RGB value is (13,5,34). Sum of RGB (Red+Green+Blue) = 13+5+34=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 34 (13.67% from 255 or 65.38% from 52); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D0522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0522 is #F2FADD. Grayscale: #0A0A0A. Windows color (decimal): -15923934 or 2229517. OLE color: 2229517.

HSL color Cylindrical-coordinate representation of color #0D0522: hue angle of 256.55º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0522 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB13534-
CMYK0.620.8500.87
HSL256.55º74.36%7.65%-
HSV(B)256.55º85.29%13.33%-
XYZ0.510.311.55-
YUV10.7141.15129.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 34 (13.67% from 255) = 65.38%
R=25%
G=9.62%
B=65.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal135340.620.8500.87256.5574.367.65
HexD5223E550571014a8
Octal1554276125012740111210
Binary110110110001011111010101010101011110000000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,5,34); }

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

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

 a { background-color: rgb(13,5,34); }

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

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

 span { border-color: rgb(13,5,34); }

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