#050303

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

Shades of Black #050303

Tints of Black #050303

Color information

#050303 (or 0x050303) is unknown color: approx Black. HEX triplet: 05, 03 and 03. RGB value is (5,3,3). Sum of RGB (Red+Green+Blue) = 5+3+3=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 5 - color contains mainly: red. Hex color #050303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050303 is #FAFCFC. Grayscale: #030303. Windows color (decimal): -16448765 or 197381. OLE color: 197381.

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

Color convert

RGB533-
CMYK00.400.400.98
HSL25%1.57%-
HSV(B)40%1.96%-
XYZ0.110.10.1-
YUV3.6127.66129-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 27.27%
BLUE value IS 3 (1.56% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal53300.400.400.980251.57
Hex53302828620192
Octal533050501420312
Binary10111110101000101000110001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050303; }

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

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

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

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

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

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

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

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