Html Css Color HEX #050300 Black

📋 copy color: '#050300'

red 5 ◦ green 3 ◦ blue 0

#050300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #050300

Tints of Black #050300

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 value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#050300 (or 0x050300) is known color: 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

RGB 5 3 0 -
CMYK 0 0.40 1 0.98
HSL 36º 1% 0.01% -
HSV(B) 36º 1% 0.02% -
XYZ 0.1 0.1 0.01 -
YUV 3.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 5 3 0 0 0.40 1 0.98 36 1 0.01
Hex 5 3 0 0 28 64 62 24 64 1
Octal 5 3 0 0 50 144 142 44 144 1
Binary 101 11 0 0 101000 1100100 1100010 100100 1100100 1

Color Harmonies of #050300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050300

Black with #050300

Text Example


Text Example

White with #050300

Text Example


Text Example

HTML Codes & Css Web 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>