#0F0907

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

Shades of Black #0F0907

Tints of Black #0F0907

Color information

#0F0907 (or 0x0F0907) is unknown color: approx Black. HEX triplet: 0F, 09 and 07. RGB value is (15,9,7). Sum of RGB (Red+Green+Blue) = 15+9+7=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0907 is #F0F6F8. Grayscale: #0A0A0A. Windows color (decimal): -15791865 or 461071. OLE color: 461071.

HSL color Cylindrical-coordinate representation of color #0F0907: hue angle of 15º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F0907 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB1597-
CMYK00.400.530.94
HSL15º36.36%4.31%-
HSV(B)15º53.33%5.88%-
XYZ0.330.310.24-
YUV10.57125.99131.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 48.39%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 7 (3.12% from 255) = 22.58%
R=48.39%
G=29.03%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159700.400.530.941536.364.31
HexF97028355Ef244
Octal171170506513617444
Binary11111001111010100011010110111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,7); }

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

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

 a { background-color: rgb(15,9,7); }

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

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

 span { border-color: rgb(15,9,7); }

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