#0F0B01

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

Shades of Maire #0F0B01

Tints of Maire #0F0B01

Color information

#0F0B01 (or 0x0F0B01) is unknown color: approx Maire. HEX triplet: 0F, 0B and 01. RGB value is (15,11,1). Sum of RGB (Red+Green+Blue) = 15+11+1=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B01 is #F0F4FE. Grayscale: #0B0B0B. Windows color (decimal): -15791359 or 68367. OLE color: 68367.

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

Color convert

RGB15111-
CMYK00.270.930.94
HSL42.86º87.5%3.14%-
HSV(B)42.86º93.33%5.88%-
XYZ0.320.340.08-
YUV11.06122.33130.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 11 (4.69% from 255) = 40.74%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=55.56%
G=40.74%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511100.270.930.9442.8687.53.14
HexFB101B5D5E2b583
Octal17131033135136531303
Binary11111011101101110111011011110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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