#050300

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

Shades of Black #050300

Tints of Black #050300

Color information

#050300 (or 0x050300) is unknown color: approx Black. HEX triplet: 05, 03 and 00. RGB value is (5,3,0). Sum of RGB (Red+Green+Blue) = 5+3+0=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 3 (1.56% from 255 or 37.5% from 8); Blue value is 0 (0.39% from 255 or 0% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050300 is #FAFCFF. Grayscale: #030303. Windows color (decimal): -16448768 or 773. OLE color: 773.

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

Color convert

RGB530-
CMYK00.4010.98
HSL36º100%0.98%-
HSV(B)36º100%1.96%-
XYZ0.10.10.01-
YUV3.26126.16129.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 37.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.5%
G=37.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal53000.4010.98361000.98
Hex530028646224641
Octal530050144142441441
Binary10111001010001100100110001010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050300; }

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

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

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

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

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

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

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

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