Html Css Color HEX #080505 Black

📋 copy color: '#080505'

red 8 ◦ green 5 ◦ blue 5

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

Shades of Black #080505

Tints of Black #080505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 27.78%

R = 44.44%
G = 27.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.97

RGB Variations

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

Color information

#080505 (or 0x080505) is known color: Black. HEX triplet: 08, 05 and 05. RGB value is (8,5,5). Sum of RGB (Red+Green+Blue) = 8+5+5=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 8 - color contains mainly: red. Hex color #080505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080505 is #F7FAFA. Grayscale: #050505. Windows color (decimal): -16251643 or 328968. OLE color: 328968.

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

Color convert

RGB 8 5 5 -
CMYK 0 0.38 0.38 0.97
HSL 0.23% 0.03% -
HSV(B) 0.38% 0.03% -
XYZ 0.18 0.17 0.17 -
YUV 5.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 8 5 5 0 0.38 0.38 0.97 0 0.23 0.03
Hex 8 5 5 0 26 26 61 0 17 3
Octal 10 5 5 0 46 46 141 0 27 3
Binary 1000 101 101 0 100110 100110 1100001 0 10111 11

Color Harmonies of #080505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080505

Black with #080505

Text Example


Text Example

White with #080505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080505; }

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

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

background-color css

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

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

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

border-color css

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

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

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