#0F0D05

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

Shades of Maire #0F0D05

Tints of Maire #0F0D05

Color information

#0F0D05 (or 0x0F0D05) is unknown color: approx Maire. HEX triplet: 0F, 0D and 05. RGB value is (15,13,5). Sum of RGB (Red+Green+Blue) = 15+13+5=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D05 is #F0F2FA. Grayscale: #0C0C0C. Windows color (decimal): -15790843 or 331023. OLE color: 331023.

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

Color convert

RGB15135-
CMYK00.130.670.94
HSL48º50%3.92%-
HSV(B)48º66.67%5.88%-
XYZ0.370.40.2-
YUV12.69123.66129.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 45.45%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=45.45%
G=39.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1513500.130.670.9448503.92
HexFD50D435E30324
Octal1715501510313660624
Binary111111011010110110000111011110110000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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