#0F0301

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

Shades of Black #0F0301

Tints of Black #0F0301

Color information

#0F0301 (or 0x0F0301) is unknown color: approx Black. HEX triplet: 0F, 03 and 01. RGB value is (15,3,1). Sum of RGB (Red+Green+Blue) = 15+3+1=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0301 is #F0FCFE. Grayscale: #060606. Windows color (decimal): -15793407 or 66319. OLE color: 66319.

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

Color convert

RGB1531-
CMYK00.800.930.94
HSL8.57º87.5%3.14%-
HSV(B)8.57º93.33%5.88%-
XYZ0.240.170.05-
YUV6.36124.98134.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 78.95%
GREEN value IS 3 (1.56% from 255) = 15.79%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=78.95%
G=15.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal153100.800.930.948.5787.53.14
HexF310505D5E9583
Octal17310120135136111303
Binary111111101010000101110110111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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