#0F0601

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

Shades of Black #0F0601

Tints of Black #0F0601

Color information

#0F0601 (or 0x0F0601) is unknown color: approx Black. HEX triplet: 0F, 06 and 01. RGB value is (15,6,1). Sum of RGB (Red+Green+Blue) = 15+6+1=22 (2% of max value = 765). Red value is 15 (6.25% from 255 or 68.18% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0601 is #F0F9FE. Grayscale: #080808. Windows color (decimal): -15792639 or 67087. OLE color: 67087.

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

Color convert

RGB1561-
CMYK00.600.930.94
HSL21.43º87.5%3.14%-
HSV(B)21.43º93.33%5.88%-
XYZ0.270.230.06-
YUV8.12123.98132.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 68.18%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=68.18%
G=27.27%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal156100.600.930.9421.4387.53.14
HexF6103C5D5E15583
Octal1761074135136251303
Binary1111110101111001011101101111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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