#0F1005

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

Shades of Maire #0F1005

Tints of Maire #0F1005

Color information

#0F1005 (or 0x0F1005) is unknown color: approx Maire. HEX triplet: 0F, 10 and 05. RGB value is (15,16,5). Sum of RGB (Red+Green+Blue) = 15+16+5=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1005 is #F0EFFA. Grayscale: #0E0E0E. Windows color (decimal): -15790075 or 331791. OLE color: 331791.

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

Color convert

RGB15165-
CMYK0.0600.690.94
HSL65.45º52.38%4.12%-
HSV(B)65.45º68.75%6.27%-
XYZ0.410.480.22-
YUV14.45122.67128.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=41.67%
G=44.44%
B=13.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal151650.0600.690.9465.4552.384.12
HexF10560455E41344
Octal1720560105136101644
Binary1111100001011100100010110111101000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,5); }

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

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

 a { background-color: rgb(15,16,5); }

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

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

 span { border-color: rgb(15,16,5); }

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