Html Css Color HEX #0E0C12 Haiti

📋 copy color: '#0E0C12'

red 14 ◦ green 12 ◦ blue 18

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

Shades of Haiti #0E0C12

Tints of Haiti #0E0C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.27%

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E0C12 (or 0x0E0C12) is known color: Haiti. HEX triplet: 0E, 0C and 12. RGB value is (14,12,18). Sum of RGB (Red+Green+Blue) = 14+12+18=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E0C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C12 is #F1F3ED. Grayscale: #0D0D0D. Windows color (decimal): -15856622 or 1182734. OLE color: 1182734.

HSL color Cylindrical-coordinate representation of color #0E0C12: hue angle of 260º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E0C12 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 12 18 -
CMYK 0.22 0.33 0 0.93
HSL 260º 0.2% 0.06% -
HSV(B) 260º 0.33% 0.07% -
XYZ 0.42 0.4 0.63 -
YUV 13.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 14 12 18 0.22 0.33 0 0.93 260 0.2 0.06
Hex E C 12 16 21 0 5D 104 14 6
Octal 16 14 22 26 41 0 135 404 24 6
Binary 1110 1100 10010 10110 100001 0 1011101 100000100 10100 110

Color Harmonies of #0E0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C12

Black with #0E0C12

Text Example


Text Example

White with #0E0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,12,18); }

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

background-color css

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

 a { background-color: rgb(14,12,18); }

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

border-color css

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

 span { border-color: rgb(14,12,18); }

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