#0F0D07

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

Shades of Maire #0F0D07

Tints of Maire #0F0D07

Color information

#0F0D07 (or 0x0F0D07) is unknown color: approx Maire. HEX triplet: 0F, 0D and 07. RGB value is (15,13,7). Sum of RGB (Red+Green+Blue) = 15+13+7=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D07 is #F0F2F8. Grayscale: #0C0C0C. Windows color (decimal): -15790841 or 462095. OLE color: 462095.

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

Color convert

RGB15137-
CMYK00.130.530.94
HSL45º36.36%4.31%-
HSV(B)45º53.33%5.88%-
XYZ0.380.40.26-
YUV12.91124.66129.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 42.86%
GREEN value IS 13 (5.47% from 255) = 37.14%
BLUE value IS 7 (3.12% from 255) = 20%
R=42.86%
G=37.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1513700.130.530.944536.364.31
HexFD70D355E2d244
Octal171570156513655444
Binary11111101111011011101011011110101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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