#0F0E07

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

Shades of Maire #0F0E07

Tints of Maire #0F0E07

Color information

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

HSL color Cylindrical-coordinate representation of color #0F0E07: hue angle of 52.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 #0F0E07 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB15147-
CMYK00.070.530.94
HSL52.5º36.36%4.31%-
HSV(B)52.5º53.33%5.88%-
XYZ0.390.430.26-
YUV13.5124.33129.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1514700.070.530.9452.536.364.31
HexFE707355E34244
Octal17167076513664444
Binary1111111011101111101011011110110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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