Html Css Color HEX #080501 Black

📋 copy color: '#080501'

red 8 ◦ green 5 ◦ blue 1

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

Shades of Black #080501

Tints of Black #080501

RGB

 RED value IS 8 (3.52% from 255) = 57.14%

 GREEN value IS 5 (2.34% from 255) = 35.71%

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

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#080501 (or 0x080501) is known color: Black. HEX triplet: 08, 05 and 01. RGB value is (8,5,1). Sum of RGB (Red+Green+Blue) = 8+5+1=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080501 is #F7FAFE. Grayscale: #050505. Windows color (decimal): -16251647 or 66824. OLE color: 66824.

HSL color Cylindrical-coordinate representation of color #080501: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080501 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 5 1 -
CMYK 0 0.38 0.88 0.97
HSL 34.29º 0.78% 0.02% -
HSV(B) 34.29º 0.88% 0.03% -
XYZ 0.16 0.16 0.05 -
YUV 5.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 8 5 1 0 0.38 0.88 0.97 34.29 0.78 0.02
Hex 8 5 1 0 26 58 61 22 4E 2
Octal 10 5 1 0 46 130 141 42 116 2
Binary 1000 101 1 0 100110 1011000 1100001 100010 1001110 10

Color Harmonies of #080501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080501

Black with #080501

Text Example


Text Example

White with #080501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080501; }

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

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

background-color css

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

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

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

border-color css

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

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

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