#050301

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

Shades of Black #050301

Tints of Black #050301

Color information

#050301 (or 0x050301) is unknown color: approx Black. HEX triplet: 05, 03 and 01. RGB value is (5,3,1). Sum of RGB (Red+Green+Blue) = 5+3+1=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 3 (1.56% from 255 or 33.33% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050301 is #FAFCFE. Grayscale: #030303. Windows color (decimal): -16448767 or 66309. OLE color: 66309.

HSL color Cylindrical-coordinate representation of color #050301: hue angle of 30º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050301 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB531-
CMYK00.400.800.98
HSL30º66.67%1.18%-
HSV(B)30º80%1.96%-
XYZ0.10.10.04-
YUV3.37126.66129.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 55.56%
GREEN value IS 3 (1.56% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal53100.400.800.983066.671.18
Hex53102850621e431
Octal531050120142361031
Binary1011110101000101000011000101111010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050301; }

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

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

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

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

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

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

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

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