#0E0F07

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

Shades of Maire #0E0F07

Tints of Maire #0E0F07

Color information

#0E0F07 (or 0x0E0F07) is unknown color: approx Maire. HEX triplet: 0E, 0F and 07. RGB value is (14,15,7). Sum of RGB (Red+Green+Blue) = 14+15+7=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F07 is #F1F0F8. Grayscale: #0D0D0D. Windows color (decimal): -15855865 or 462606. OLE color: 462606.

HSL color Cylindrical-coordinate representation of color #0E0F07: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E0F07 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB14157-
CMYK0.0700.530.94
HSL67.5º36.36%4.31%-
HSV(B)67.5º53.33%5.88%-
XYZ0.390.450.27-
YUV13.79124.17128.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 38.89%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=38.89%
G=41.67%
B=19.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal141570.0700.530.9467.536.364.31
HexEF770355E44244
Octal161777065136104444
Binary11101111111111011010110111101000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,15,7); }

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

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

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

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

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

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

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