#0D0201

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

Shades of Black #0D0201

Tints of Black #0D0201

Color information

#0D0201 (or 0x0D0201) is unknown color: approx Black. HEX triplet: 0D, 02 and 01. RGB value is (13,2,1). Sum of RGB (Red+Green+Blue) = 13+2+1=16 (2% of max value = 765). Red value is 13 (5.47% from 255 or 81.25% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0201 is #F2FDFE. Grayscale: #050505. Windows color (decimal): -15924735 or 66061. OLE color: 66061.

HSL color Cylindrical-coordinate representation of color #0D0201: hue angle of 5º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0201 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB1321-
CMYK00.850.920.95
HSL85.71%2.75%-
HSV(B)92.31%5.1%-
XYZ0.190.130.04-
YUV5.18125.64133.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 81.25%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=81.25%
G=12.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal132100.850.920.95585.712.75
HexD210555C5F5563
Octal1521012513413751263
Binary11011010101010110111001011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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