Html Css Color HEX #050303 Black

📋 copy color: '#050303'

red 5 ◦ green 3 ◦ blue 3

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

Shades of Black #050303

Tints of Black #050303

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

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

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

RGB 5 3 3 -
CMYK 0 0.40 0.40 0.98
HSL 0.25% 0.02% -
HSV(B) 0.4% 0.02% -
XYZ 0.11 0.1 0.1 -
YUV 3.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 5 3 3 0 0.40 0.40 0.98 0 0.25 0.02
Hex 5 3 3 0 28 28 62 0 19 2
Octal 5 3 3 0 50 50 142 0 31 2
Binary 101 11 11 0 101000 101000 1100010 0 11001 10

Color Harmonies of #050303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050303

Black with #050303

Text Example


Text Example

White with #050303

Text Example


Text Example

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