Html Css Color HEX #050100 Black

📋 copy color: '#050100'

red 5 ◦ green 1 ◦ blue 0

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

Shades of Black #050100

Tints of Black #050100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#050100 (or 0x050100) is known color: Black. HEX triplet: 05, 01 and 00. RGB value is (5,1,0). Sum of RGB (Red+Green+Blue) = 5+1+0=6 (0% of max value = 765). Red value is 5 (2.34% from 255 or 83.33% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 0 (0.39% from 255 or 0% from 6); Max value from RGB is 5 - color contains mainly: red. Hex color #050100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050100 is #FAFEFF. Grayscale: #020202. Windows color (decimal): -16449280 or 261. OLE color: 261.

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

Color convert

RGB 5 1 0 -
CMYK 0 0.80 1 0.98
HSL 12º 1% 0.01% -
HSV(B) 12º 1% 0.02% -
XYZ 0.07 0.05 0.01 -
YUV 2.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 5 1 0 0 0.80 1 0.98 12 1 0.01
Hex 5 1 0 0 50 64 62 C 64 1
Octal 5 1 0 0 120 144 142 14 144 1
Binary 101 1 0 0 1010000 1100100 1100010 1100 1100100 1

Color Harmonies of #050100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050100

Black with #050100

Text Example


Text Example

White with #050100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050100; }

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

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

background-color css

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

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

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

border-color css

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

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

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