Html Css Color HEX #080507 Melanzane

📋 copy color: '#080507'

red 8 ◦ green 5 ◦ blue 7

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

Shades of Melanzane #080507

Tints of Melanzane #080507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 35%

R = 40%
G = 25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.97

RGB Variations

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

Color information

#080507 (or 0x080507) is known color: Melanzane. HEX triplet: 08, 05 and 07. RGB value is (8,5,7). Sum of RGB (Red+Green+Blue) = 8+5+7=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 8 - color contains mainly: red. Hex color #080507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080507 is #F7FAF8. Grayscale: #060606. Windows color (decimal): -16251641 or 460040. OLE color: 460040.

HSL color Cylindrical-coordinate representation of color #080507: hue angle of 320º 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 #080507 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 5 7 -
CMYK 0 0.38 0.13 0.97
HSL 320º 0.23% 0.03% -
HSV(B) 320º 0.38% 0.03% -
XYZ 0.19 0.18 0.22 -
YUV 6.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 8 5 7 0 0.38 0.13 0.97 320 0.23 0.03
Hex 8 5 7 0 26 D 61 140 17 3
Octal 10 5 7 0 46 15 141 500 27 3
Binary 1000 101 111 0 100110 1101 1100001 101000000 10111 11

Color Harmonies of #080507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080507

Black with #080507

Text Example


Text Example

White with #080507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080507; }

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

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

background-color css

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

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

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

border-color css

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

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

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