Html Css Color HEX #0E0A17 Haiti

📋 copy color: '#0E0A17'

red 14 ◦ green 10 ◦ blue 23

#0E0A17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0E0A17

Tints of Haiti #0E0A17

RGB

 RED value IS 14 (5.86% from 255) = 29.79%

 GREEN value IS 10 (4.3% from 255) = 21.28%

 BLUE value IS 23 (9.38% from 255) = 48.94%

R = 29.79%
G = 21.28%
B = 48.94%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0A17 (or 0x0E0A17) is known color: Haiti. HEX triplet: 0E, 0A and 17. RGB value is (14,10,23). Sum of RGB (Red+Green+Blue) = 14+10+23=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A17 is #F1F5E8. Grayscale: #0C0C0C. Windows color (decimal): -15857129 or 1509902. OLE color: 1509902.

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

Color convert

RGB 14 10 23 -
CMYK 0.39 0.57 0 0.91
HSL 258.46º 0.39% 0.06% -
HSV(B) 258.46º 0.57% 0.09% -
XYZ 0.44 0.37 0.86 -
YUV 12.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 14 10 23 0.39 0.57 0 0.91 258.46 0.39 0.06
Hex E A 17 27 39 0 5B 102 27 6
Octal 16 12 27 47 71 0 133 402 47 6
Binary 1110 1010 10111 100111 111001 0 1011011 100000010 100111 110

Color Harmonies of #0E0A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0A17

Black with #0E0A17

Text Example


Text Example

White with #0E0A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,10,23); }

 H1.HeaderClassName
 {
   color: #0E0A17;
 }
 .AnyTagClassName
 {
   color: #0E0A17;
 }
</style>

background-color css

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

 a { background-color: rgb(14,10,23); }

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

border-color css

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

 span { border-color: rgb(14,10,23); }

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