#0E0918

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

Shades of Haiti #0E0918

Tints of Haiti #0E0918

Color information

#0E0918 (or 0x0E0918) is unknown color: approx Haiti. HEX triplet: 0E, 09 and 18. RGB value is (14,9,24). Sum of RGB (Red+Green+Blue) = 14+9+24=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0918 is #F1F6E7. Grayscale: #0C0C0C. Windows color (decimal): -15857384 or 1575182. OLE color: 1575182.

HSL color Cylindrical-coordinate representation of color #0E0918: hue angle of 260º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E0918 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB14924-
CMYK0.420.6300.91
HSL260º45.45%6.47%-
HSV(B)260º62.5%9.41%-
XYZ0.440.350.91-
YUV12.2134.66129.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.79%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=29.79%
G=19.15%
B=51.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal149240.420.6300.9126045.456.47
HexE9182A3F05B1042d6
Octal16113052770133404556
Binary111010011100010101011111101011011100000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,24); }

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

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

 a { background-color: rgb(14,9,24); }

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

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

 span { border-color: rgb(14,9,24); }

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