#0E0429

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

Shades of Haiti #0E0429

Tints of Haiti #0E0429

Color information

#0E0429 (or 0x0E0429) is unknown color: approx Haiti. HEX triplet: 0E, 04 and 29. RGB value is (14,4,41). Sum of RGB (Red+Green+Blue) = 14+4+41=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E0429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0429 is #F1FBD6. Grayscale: #0B0B0B. Windows color (decimal): -15858647 or 2688014. OLE color: 2688014.

HSL color Cylindrical-coordinate representation of color #0E0429: hue angle of 256.22º 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 #0E0429 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB14441-
CMYK0.660.9000.84
HSL256.22º82.22%8.82%-
HSV(B)256.22º90.24%16.08%-
XYZ0.620.342.13-
YUV11.21144.81129.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.73%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 41 (16.41% from 255) = 69.49%
R=23.73%
G=6.78%
B=69.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal144410.660.9000.84256.2282.228.82
HexE429425A054100529
Octal16451102132012440012211
Binary1110100101001100001010110100101010010000000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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