Html Css Color HEX #080307 Melanzane

📋 copy color: '#080307'

red 8 ◦ green 3 ◦ blue 7

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

Shades of Melanzane #080307

Tints of Melanzane #080307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 16.67%

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

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.97

RGB Variations

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

Color information

#080307 (or 0x080307) is known color: Melanzane. HEX triplet: 08, 03 and 07. RGB value is (8,3,7). Sum of RGB (Red+Green+Blue) = 8+3+7=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 8 - color contains mainly: red. Hex color #080307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080307 is #F7FCF8. Grayscale: #040404. Windows color (decimal): -16252153 or 459528. OLE color: 459528.

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

Color convert

RGB 8 3 7 -
CMYK 0 0.63 0.13 0.97
HSL 312º 0.45% 0.02% -
HSV(B) 312º 0.63% 0.03% -
XYZ 0.17 0.13 0.22 -
YUV 4.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 8 3 7 0 0.63 0.13 0.97 312 0.45 0.02
Hex 8 3 7 0 3F D 61 138 2D 2
Octal 10 3 7 0 77 15 141 470 55 2
Binary 1000 11 111 0 111111 1101 1100001 100111000 101101 10

Color Harmonies of #080307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080307

Black with #080307

Text Example


Text Example

White with #080307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080307; }

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

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

background-color css

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

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

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

border-color css

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

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

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