#0E081B

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

Shades of Haiti #0E081B

Tints of Haiti #0E081B

Color information

#0E081B (or 0x0E081B) is unknown color: approx Haiti. HEX triplet: 0E, 08 and 1B. RGB value is (14,8,27). Sum of RGB (Red+Green+Blue) = 14+8+27=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E081B is #F1F7E4. Grayscale: #0B0B0B. Windows color (decimal): -15857637 or 1771534. OLE color: 1771534.

HSL color Cylindrical-coordinate representation of color #0E081B: hue angle of 258.95º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E081B is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB14827-
CMYK0.480.7000.89
HSL258.95º54.29%6.86%-
HSV(B)258.95º70.37%10.59%-
XYZ0.470.351.08-
YUV11.96136.49129.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 27 (10.94% from 255) = 55.10%
R=28.57%
G=16.33%
B=55.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal148270.480.7000.89258.9554.296.86
HexE81B3046059103367
Octal161033601060131403667
Binary1110100011011110000100011001011001100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,27); }

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

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

 a { background-color: rgb(14,8,27); }

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

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

 span { border-color: rgb(14,8,27); }

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