#0F0C01

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

Shades of Maire #0F0C01

Tints of Maire #0F0C01

Color information

#0F0C01 (or 0x0F0C01) is unknown color: approx Maire. HEX triplet: 0F, 0C and 01. RGB value is (15,12,1). Sum of RGB (Red+Green+Blue) = 15+12+1=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C01 is #F0F3FE. Grayscale: #0B0B0B. Windows color (decimal): -15791103 or 68623. OLE color: 68623.

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

Color convert

RGB15121-
CMYK00.200.930.94
HSL47.14º87.5%3.14%-
HSV(B)47.14º93.33%5.88%-
XYZ0.330.370.08-
YUV11.64121.99130.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 53.57%
GREEN value IS 12 (5.08% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=53.57%
G=42.86%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1512100.200.930.9447.1487.53.14
HexFC10145D5E2f583
Octal17141024135136571303
Binary11111100101010010111011011110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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