#0E091A

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

Shades of Haiti #0E091A

Tints of Haiti #0E091A

Color information

#0E091A (or 0x0E091A) is unknown color: approx Haiti. HEX triplet: 0E, 09 and 1A. RGB value is (14,9,26). Sum of RGB (Red+Green+Blue) = 14+9+26=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091A is #F1F6E5. Grayscale: #0C0C0C. Windows color (decimal): -15857382 or 1706254. OLE color: 1706254.

HSL color Cylindrical-coordinate representation of color #0E091A: hue angle of 257.65º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E091A is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB14926-
CMYK0.460.6500.90
HSL257.65º48.57%6.86%-
HSV(B)257.65º65.38%10.2%-
XYZ0.470.361.02-
YUV12.43135.66129.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=28.57%
G=18.37%
B=53.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal149260.460.6500.90257.6548.576.86
HexE91A2E4105A102317
Octal161132561010132402617
Binary1110100111010101110100000101011010100000010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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