Html Css Color HEX #080504 Black

📋 copy color: '#080504'

red 8 ◦ green 5 ◦ blue 4

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

Shades of Black #080504

Tints of Black #080504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.97

RGB Variations

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

Color information

#080504 (or 0x080504) is known color: Black. HEX triplet: 08, 05 and 04. RGB value is (8,5,4). Sum of RGB (Red+Green+Blue) = 8+5+4=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 8 - color contains mainly: red. Hex color #080504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080504 is #F7FAFB. Grayscale: #050505. Windows color (decimal): -16251644 or 263432. OLE color: 263432.

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

Color convert

RGB 8 5 4 -
CMYK 0 0.38 0.5 0.97
HSL 15º 0.33% 0.02% -
HSV(B) 15º 0.5% 0.03% -
XYZ 0.18 0.17 0.14 -
YUV 5.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 8 5 4 0 0.38 0.5 0.97 15 0.33 0.02
Hex 8 5 4 0 26 32 61 F 21 2
Octal 10 5 4 0 46 62 141 17 41 2
Binary 1000 101 100 0 100110 110010 1100001 1111 100001 10

Color Harmonies of #080504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080504

Black with #080504

Text Example


Text Example

White with #080504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080504; }

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

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

background-color css

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

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

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

border-color css

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

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

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