#080500

Color #080500 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #080500

Tints of Black #080500

Color information

#080500 (or 0x080500) is unknown color: approx Black. HEX triplet: 08, 05 and 00. RGB value is (8,5,0). Sum of RGB (Red+Green+Blue) = 8+5+0=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080500 is #F7FAFF. Grayscale: #050505. Windows color (decimal): -16251648 or 1288. OLE color: 1288.

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

Color convert

RGB850-
CMYK00.3810.97
HSL37.5º100%1.57%-
HSV(B)37.5º100%3.14%-
XYZ0.150.160.02-
YUV5.33124.99129.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal85000.3810.9737.51001.57
Hex850026646126642
Octal1050046144141461442
Binary10001010010011011001001100001100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080500; }

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

 H1.HeaderClassName
 {
   color: #080500;
 }
 .AnyTagClassName
 {
   color: #080500;
 }
</style>
background-color css

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

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

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

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

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

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