#0F0702

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

Shades of Black #0F0702

Tints of Black #0F0702

Color information

#0F0702 (or 0x0F0702) is unknown color: approx Black. HEX triplet: 0F, 07 and 02. RGB value is (15,7,2). Sum of RGB (Red+Green+Blue) = 15+7+2=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0702 is #F0F8FD. Grayscale: #080808. Windows color (decimal): -15792382 or 132879. OLE color: 132879.

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

Color convert

RGB1572-
CMYK00.530.870.94
HSL23.08º76.47%3.33%-
HSV(B)23.08º86.67%5.88%-
XYZ0.280.260.09-
YUV8.82124.15132.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 62.5%
GREEN value IS 7 (3.12% from 255) = 29.17%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=62.5%
G=29.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal157200.530.870.9423.0876.473.33
HexF72035575E174c3
Octal1772065127136271143
Binary11111111001101011010111101111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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