#0F0B08

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

Shades of Black #0F0B08

Tints of Black #0F0B08

Color information

#0F0B08 (or 0x0F0B08) is unknown color: approx Black. HEX triplet: 0F, 0B and 08. RGB value is (15,11,8). Sum of RGB (Red+Green+Blue) = 15+11+8=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B08 is #F0F4F7. Grayscale: #0B0B0B. Windows color (decimal): -15791352 or 527119. OLE color: 527119.

HSL color Cylindrical-coordinate representation of color #0F0B08: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0B08 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.94.

Color convert

RGB15118-
CMYK00.270.470.94
HSL25.71º30.43%4.51%-
HSV(B)25.71º46.67%5.88%-
XYZ0.360.360.28-
YUV11.85125.83130.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 44.12%
GREEN value IS 11 (4.69% from 255) = 32.35%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=44.12%
G=32.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511800.270.470.9425.7130.434.51
HexFB801B2F5E1a1e5
Octal1713100335713632365
Binary11111011100001101110111110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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