#0F0D02

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

Shades of Maire #0F0D02

Tints of Maire #0F0D02

Color information

#0F0D02 (or 0x0F0D02) is unknown color: approx Maire. HEX triplet: 0F, 0D and 02. RGB value is (15,13,2). Sum of RGB (Red+Green+Blue) = 15+13+2=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D02 is #F0F2FD. Grayscale: #0C0C0C. Windows color (decimal): -15790846 or 134415. OLE color: 134415.

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

Color convert

RGB15132-
CMYK00.130.870.94
HSL50.77º76.47%3.33%-
HSV(B)50.77º86.67%5.88%-
XYZ0.350.390.11-
YUV12.34122.16129.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 43.33%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=50%
G=43.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1513200.130.870.9450.7776.473.33
HexFD20D575E334c3
Octal17152015127136631143
Binary11111101100110110101111011110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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