#0D0429

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

Shades of Haiti #0D0429

Tints of Haiti #0D0429

Color information

#0D0429 (or 0x0D0429) is unknown color: approx Haiti. HEX triplet: 0D, 04 and 29. RGB value is (13,4,41). Sum of RGB (Red+Green+Blue) = 13+4+41=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D0429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0429 is #F2FBD6. Grayscale: #0A0A0A. Windows color (decimal): -15924183 or 2688013. OLE color: 2688013.

HSL color Cylindrical-coordinate representation of color #0D0429: hue angle of 254.59º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0429 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13441-
CMYK0.680.9000.84
HSL254.59º82.22%8.82%-
HSV(B)254.59º90.24%16.08%-
XYZ0.610.332.13-
YUV10.91144.98129.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 41 (16.41% from 255) = 70.69%
R=22.41%
G=6.90%
B=70.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal134410.680.9000.84254.5982.228.82
HexD429445A054ff529
Octal15451104132012437712211
Binary110110010100110001001011010010101001111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,41); }

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

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

 a { background-color: rgb(13,4,41); }

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

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

 span { border-color: rgb(13,4,41); }

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