Html Css Color HEX #080502 Black

📋 copy color: '#080502'

red 8 ◦ green 5 ◦ blue 2

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

Shades of Black #080502

Tints of Black #080502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 13.33%

R = 53.33%
G = 33.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.97

RGB Variations

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

Color information

#080502 (or 0x080502) is known color: Black. HEX triplet: 08, 05 and 02. RGB value is (8,5,2). Sum of RGB (Red+Green+Blue) = 8+5+2=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080502 is #F7FAFD. Grayscale: #050505. Windows color (decimal): -16251646 or 132360. OLE color: 132360.

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

Color convert

RGB 8 5 2 -
CMYK 0 0.38 0.75 0.97
HSL 30º 0.6% 0.02% -
HSV(B) 30º 0.75% 0.03% -
XYZ 0.17 0.16 0.08 -
YUV 5.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 8 5 2 0 0.38 0.75 0.97 30 0.6 0.02
Hex 8 5 2 0 26 4B 61 1E 3C 2
Octal 10 5 2 0 46 113 141 36 74 2
Binary 1000 101 10 0 100110 1001011 1100001 11110 111100 10

Color Harmonies of #080502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080502

Black with #080502

Text Example


Text Example

White with #080502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080502; }

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

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

background-color css

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

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

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

border-color css

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

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

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