#0F0500

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

Shades of Black #0F0500

Tints of Black #0F0500

Color information

#0F0500 (or 0x0F0500) is unknown color: approx Black. HEX triplet: 0F, 05 and 00. RGB value is (15,5,0). Sum of RGB (Red+Green+Blue) = 15+5+0=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0500 is #F0FAFF. Grayscale: #070707. Windows color (decimal): -15792896 or 1295. OLE color: 1295.

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

Color convert

RGB1550-
CMYK00.6710.94
HSL20º100%2.94%-
HSV(B)20º100%5.88%-
XYZ0.250.210.03-
YUV7.42123.81133.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal155000.6710.94201002.94
HexF50043645E14643
Octal17500103144136241443
Binary11111010010000111100100101111010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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