Html Css Color HEX #0E0918 Haiti

📋 copy color: '#0E0918'

red 14 ◦ green 9 ◦ blue 24

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

Shades of Haiti #0E0918

Tints of Haiti #0E0918

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 value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0918 (or 0x0E0918) is known color: 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

RGB 14 9 24 -
CMYK 0.42 0.63 0 0.91
HSL 260º 0.45% 0.06% -
HSV(B) 260º 0.63% 0.09% -
XYZ 0.44 0.35 0.91 -
YUV 12.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 14 9 24 0.42 0.63 0 0.91 260 0.45 0.06
Hex E 9 18 2A 3F 0 5B 104 2D 6
Octal 16 11 30 52 77 0 133 404 55 6
Binary 1110 1001 11000 101010 111111 0 1011011 100000100 101101 110

Color Harmonies of #0E0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0918

Black with #0E0918

Text Example


Text Example

White with #0E0918

Text Example


Text Example

HTML Codes & Css Web 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>