#0F0201

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

Shades of Black #0F0201

Tints of Black #0F0201

Color information

#0F0201 (or 0x0F0201) is unknown color: approx Black. HEX triplet: 0F, 02 and 01. RGB value is (15,2,1). Sum of RGB (Red+Green+Blue) = 15+2+1=18 (2% of max value = 765). Red value is 15 (6.25% from 255 or 83.33% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0201 is #F0FDFE. Grayscale: #050505. Windows color (decimal): -15793663 or 66063. OLE color: 66063.

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

Color convert

RGB1521-
CMYK00.870.930.94
HSL4.29º87.5%3.14%-
HSV(B)4.29º93.33%5.88%-
XYZ0.220.150.05-
YUV5.77125.31134.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 1 (0.78% from 255) = 5.56%
R=83.33%
G=11.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal152100.870.930.944.2987.53.14
HexF210575D5E4583
Octal1721012713513641303
Binary11111010101011110111011011110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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