Html Css Color HEX #070205 Melanzane

📋 copy color: '#070205'

red 7 ◦ green 2 ◦ blue 5

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

Shades of Melanzane #070205

Tints of Melanzane #070205

RGB

 RED value IS 7 (3.13% from 255) = 50%

 GREEN value IS 2 (1.17% from 255) = 14.29%

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

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.97

RGB Variations

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

Color information

#070205 (or 0x070205) is known color: Melanzane. HEX triplet: 07, 02 and 05. RGB value is (7,2,5). Sum of RGB (Red+Green+Blue) = 7+2+5=14 (1% of max value = 765). Red value is 7 (3.12% from 255 or 50% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 7 - color contains mainly: red. Hex color #070205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070205 is #F8FDFA. Grayscale: #030303. Windows color (decimal): -16317947 or 328199. OLE color: 328199.

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

Color convert

RGB 7 2 5 -
CMYK 0 0.71 0.29 0.97
HSL 324º 0.56% 0.02% -
HSV(B) 324º 0.71% 0.03% -
XYZ 0.14 0.1 0.16 -
YUV 3.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 7 2 5 0 0.71 0.29 0.97 324 0.56 0.02
Hex 7 2 5 0 47 1D 61 144 38 2
Octal 7 2 5 0 107 35 141 504 70 2
Binary 111 10 101 0 1000111 11101 1100001 101000100 111000 10

Color Harmonies of #070205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070205

Black with #070205

Text Example


Text Example

White with #070205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070205; }

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

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

background-color css

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

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

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

border-color css

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

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

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