#0F0904

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

Shades of Black #0F0904

Tints of Black #0F0904

Color information

#0F0904 (or 0x0F0904) is unknown color: approx Black. HEX triplet: 0F, 09 and 04. RGB value is (15,9,4). Sum of RGB (Red+Green+Blue) = 15+9+4=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0904 is #F0F6FB. Grayscale: #0A0A0A. Windows color (decimal): -15791868 or 264463. OLE color: 264463.

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

Color convert

RGB1594-
CMYK00.400.730.94
HSL27.27º57.89%3.73%-
HSV(B)27.27º73.33%5.88%-
XYZ0.320.310.16-
YUV10.22124.49131.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 53.57%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=53.57%
G=32.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159400.400.730.9427.2757.893.73
HexF94028495E1b3a4
Octal1711405011113633724
Binary1111100110001010001001001101111011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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