#0D0521

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

Shades of Haiti #0D0521

Tints of Haiti #0D0521

Color information

#0D0521 (or 0x0D0521) is unknown color: approx Haiti. HEX triplet: 0D, 05 and 21. RGB value is (13,5,33). Sum of RGB (Red+Green+Blue) = 13+5+33=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0521 is #F2FADE. Grayscale: #0A0A0A. Windows color (decimal): -15923935 or 2163981. OLE color: 2163981.

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

Color convert

RGB13533-
CMYK0.610.8500.87
HSL257.14º73.68%7.45%-
HSV(B)257.14º84.85%12.94%-
XYZ0.490.31.47-
YUV10.58140.65129.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=25.49%
G=9.80%
B=64.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal135330.610.8500.87257.1473.687.45
HexD5213D550571014a7
Octal155417512501274011127
Binary11011011000011111011010101010101111000000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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