#0F0C03

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

Shades of Maire #0F0C03

Tints of Maire #0F0C03

Color information

#0F0C03 (or 0x0F0C03) is unknown color: approx Maire. HEX triplet: 0F, 0C and 03. RGB value is (15,12,3). Sum of RGB (Red+Green+Blue) = 15+12+3=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C03 is #F0F3FC. Grayscale: #0B0B0B. Windows color (decimal): -15791101 or 199695. OLE color: 199695.

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

Color convert

RGB15123-
CMYK00.200.800.94
HSL45º66.67%3.53%-
HSV(B)45º80%5.88%-
XYZ0.340.370.14-
YUV11.87122.99130.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 10%
R=50%
G=40%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1512300.200.800.944566.673.53
HexFC3014505E2d434
Octal17143024120136551034
Binary1111110011010100101000010111101011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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