#0F0906

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

Shades of Black #0F0906

Tints of Black #0F0906

Color information

#0F0906 (or 0x0F0906) is unknown color: approx Black. HEX triplet: 0F, 09 and 06. RGB value is (15,9,6). Sum of RGB (Red+Green+Blue) = 15+9+6=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0906 is #F0F6F9. Grayscale: #0A0A0A. Windows color (decimal): -15791866 or 395535. OLE color: 395535.

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

Color convert

RGB1596-
CMYK00.400.600.94
HSL20º42.86%4.12%-
HSV(B)20º60%5.88%-
XYZ0.330.310.21-
YUV10.45125.49131.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 30%
BLUE value IS 6 (2.73% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159600.400.600.942042.864.12
HexF960283C5E142b4
Octal171160507413624534
Binary111110011100101000111100101111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,6); }

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

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

 a { background-color: rgb(15,9,6); }

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

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

 span { border-color: rgb(15,9,6); }

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