Html Css Color HEX #050201 Black

📋 copy color: '#050201'

red 5 ◦ green 2 ◦ blue 1

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

Shades of Black #050201

Tints of Black #050201

RGB

 RED value IS 5 (2.34% from 255) = 62.5%

 GREEN value IS 2 (1.17% from 255) = 25%

 BLUE value IS 1 (0.78% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.98

RGB Variations

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

Color information

#050201 (or 0x050201) is known color: Black. HEX triplet: 05, 02 and 01. RGB value is (5,2,1). Sum of RGB (Red+Green+Blue) = 5+2+1=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050201 is #FAFDFE. Grayscale: #020202. Windows color (decimal): -16449023 or 66053. OLE color: 66053.

HSL color Cylindrical-coordinate representation of color #050201: hue angle of 15º 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 #050201 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 2 1 -
CMYK 0 0.60 0.80 0.98
HSL 15º 0.67% 0.01% -
HSV(B) 15º 0.8% 0.02% -
XYZ 0.09 0.08 0.04 -
YUV 2.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 5 2 1 0 0.60 0.80 0.98 15 0.67 0.01
Hex 5 2 1 0 3C 50 62 F 43 1
Octal 5 2 1 0 74 120 142 17 103 1
Binary 101 10 1 0 111100 1010000 1100010 1111 1000011 1

Color Harmonies of #050201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050201

Black with #050201

Text Example


Text Example

White with #050201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050201; }

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

 H1.HeaderClassName
 {
   color: #050201;
 }
 .AnyTagClassName
 {
   color: #050201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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