Html Css Color HEX #0E0E0A Maire

📋 copy color: '#0E0E0A'

red 14 ◦ green 14 ◦ blue 10

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

Shades of Maire #0E0E0A

Tints of Maire #0E0E0A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 36.84%

 BLUE value IS 10 (4.3% from 255) = 26.32%

R = 36.84%
G = 36.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#0E0E0A (or 0x0E0E0A) is known color: Maire. HEX triplet: 0E, 0E and 0A. RGB value is (14,14,10). Sum of RGB (Red+Green+Blue) = 14+14+10=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 14 - color contains mainly: red, green. Hex color #0E0E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0E0A is #F1F1F5. Grayscale: #0D0D0D. Windows color (decimal): -15856118 or 658958. OLE color: 658958.

HSL color Cylindrical-coordinate representation of color #0E0E0A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0E0E0A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 14 10 -
CMYK 0 0 0.29 0.95
HSL 60º 0.17% 0.05% -
HSV(B) 60º 0.29% 0.05% -
XYZ 0.39 0.43 0.35 -
YUV 13.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 14 14 10 0 0 0.29 0.95 60 0.17 0.05
Hex E E A 0 0 1D 5F 3C 11 5
Octal 16 16 12 0 0 35 137 74 21 5
Binary 1110 1110 1010 0 0 11101 1011111 111100 10001 101

Color Harmonies of #0E0E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0E0A

Black with #0E0E0A

Text Example


Text Example

White with #0E0E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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