#0F0A01

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

Shades of Maire #0F0A01

Tints of Maire #0F0A01

Color information

#0F0A01 (or 0x0F0A01) is unknown color: approx Maire. HEX triplet: 0F, 0A and 01. RGB value is (15,10,1). Sum of RGB (Red+Green+Blue) = 15+10+1=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A01 is #F0F5FE. Grayscale: #0A0A0A. Windows color (decimal): -15791615 or 68111. OLE color: 68111.

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

Color convert

RGB15101-
CMYK00.330.930.94
HSL38.57º87.5%3.14%-
HSV(B)38.57º93.33%5.88%-
XYZ0.310.320.07-
YUV10.47122.66131.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 10 (4.30% from 255) = 38.46%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=57.69%
G=38.46%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1510100.330.930.9438.5787.53.14
HexFA10215D5E27583
Octal17121041135136471303
Binary111110101010000110111011011110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,10,1); }

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

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

 a { background-color: rgb(15,10,1); }

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

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

 span { border-color: rgb(15,10,1); }

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