#0F0703

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

Shades of Black #0F0703

Tints of Black #0F0703

Color information

#0F0703 (or 0x0F0703) is unknown color: approx Black. HEX triplet: 0F, 07 and 03. RGB value is (15,7,3). Sum of RGB (Red+Green+Blue) = 15+7+3=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0703 is #F0F8FC. Grayscale: #080808. Windows color (decimal): -15792381 or 198415. OLE color: 198415.

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

Color convert

RGB1573-
CMYK00.530.800.94
HSL20º66.67%3.53%-
HSV(B)20º80%5.88%-
XYZ0.290.260.12-
YUV8.94124.65132.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 3 (1.56% from 255) = 12%
R=60%
G=28%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal157300.530.800.942066.673.53
HexF73035505E14434
Octal1773065120136241034
Binary111111111011010110100001011110101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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