#0F0B06

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

Shades of Black #0F0B06

Tints of Black #0F0B06

Color information

#0F0B06 (or 0x0F0B06) is unknown color: approx Black. HEX triplet: 0F, 0B and 06. RGB value is (15,11,6). Sum of RGB (Red+Green+Blue) = 15+11+6=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B06 is #F0F4F9. Grayscale: #0B0B0B. Windows color (decimal): -15791354 or 396047. OLE color: 396047.

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

Color convert

RGB15116-
CMYK00.270.600.94
HSL33.33º42.86%4.12%-
HSV(B)33.33º60%5.88%-
XYZ0.350.350.22-
YUV11.63124.83130.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=46.88%
G=34.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511600.270.600.9433.3342.864.12
HexFB601B3C5E212b4
Octal171360337413641534
Binary111110111100110111111001011110100001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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