#0F0600

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

Shades of Black #0F0600

Tints of Black #0F0600

Color information

#0F0600 (or 0x0F0600) is unknown color: approx Black. HEX triplet: 0F, 06 and 00. RGB value is (15,6,0). Sum of RGB (Red+Green+Blue) = 15+6+0=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0600 is #F0F9FF. Grayscale: #080808. Windows color (decimal): -15792640 or 1551. OLE color: 1551.

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

Color convert

RGB1560-
CMYK00.6010.94
HSL24º100%2.94%-
HSV(B)24º100%5.88%-
XYZ0.260.230.03-
YUV8.01123.48132.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal156000.6010.94241002.94
HexF6003C645E18643
Octal1760074144136301443
Binary1111110001111001100100101111011000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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