#0E0428

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

Shades of Haiti #0E0428

Tints of Haiti #0E0428

Color information

#0E0428 (or 0x0E0428) is unknown color: approx Haiti. HEX triplet: 0E, 04 and 28. RGB value is (14,4,40). Sum of RGB (Red+Green+Blue) = 14+4+40=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0428 is #F1FBD7. Grayscale: #0A0A0A. Windows color (decimal): -15858648 or 2622478. OLE color: 2622478.

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

Color convert

RGB14440-
CMYK0.650.9000.84
HSL256.67º81.82%8.63%-
HSV(B)256.67º90%15.69%-
XYZ0.610.332.04-
YUV11.09144.31130.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 40 (16.02% from 255) = 68.97%
R=24.14%
G=6.90%
B=68.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal144400.650.9000.84256.6781.828.63
HexE428415A054101529
Octal16450101132012440112211
Binary1110100101000100000110110100101010010000000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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