#0F0A07

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

Shades of Black #0F0A07

Tints of Black #0F0A07

Color information

#0F0A07 (or 0x0F0A07) is unknown color: approx Black. HEX triplet: 0F, 0A and 07. RGB value is (15,10,7). Sum of RGB (Red+Green+Blue) = 15+10+7=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A07 is #F0F5F8. Grayscale: #0B0B0B. Windows color (decimal): -15791609 or 461327. OLE color: 461327.

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

Color convert

RGB15107-
CMYK00.330.530.94
HSL22.5º36.36%4.31%-
HSV(B)22.5º53.33%5.88%-
XYZ0.340.330.25-
YUV11.15125.66130.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 10 (4.30% from 255) = 31.25%
BLUE value IS 7 (3.12% from 255) = 21.88%
R=46.88%
G=31.25%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1510700.330.530.9422.536.364.31
HexFA7021355E17244
Octal171270416513627444
Binary111110101110100001110101101111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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