#0E0629

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

Shades of Haiti #0E0629

Tints of Haiti #0E0629

Color information

#0E0629 (or 0x0E0629) is unknown color: approx Haiti. HEX triplet: 0E, 06 and 29. RGB value is (14,6,41). Sum of RGB (Red+Green+Blue) = 14+6+41=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E0629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0629 is #F1F9D6. Grayscale: #0C0C0C. Windows color (decimal): -15858135 or 2688526. OLE color: 2688526.

HSL color Cylindrical-coordinate representation of color #0E0629: hue angle of 253.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0629 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB14641-
CMYK0.660.8500.84
HSL253.71º74.47%9.22%-
HSV(B)253.71º85.37%16.08%-
XYZ0.650.382.14-
YUV12.38144.15129.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=22.95%
G=9.84%
B=67.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal146410.660.8500.84253.7174.479.22
HexE6294255054fe4a9
Octal16651102125012437611211
Binary111011010100110000101010101010101001111111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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