Html Css Color HEX #070306 Melanzane

📋 copy color: '#070306'

red 7 ◦ green 3 ◦ blue 6

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

Shades of Melanzane #070306

Tints of Melanzane #070306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 37.5%

R = 43.75%
G = 18.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.97

RGB Variations

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

Color information

#070306 (or 0x070306) is known color: Melanzane. HEX triplet: 07, 03 and 06. RGB value is (7,3,6). Sum of RGB (Red+Green+Blue) = 7+3+6=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 7 - color contains mainly: red. Hex color #070306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070306 is #F8FCF9. Grayscale: #040404. Windows color (decimal): -16317690 or 393991. OLE color: 393991.

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

Color convert

RGB 7 3 6 -
CMYK 0 0.57 0.14 0.97
HSL 315º 0.4% 0.02% -
HSV(B) 315º 0.57% 0.03% -
XYZ 0.15 0.12 0.19 -
YUV 4.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 7 3 6 0 0.57 0.14 0.97 315 0.4 0.02
Hex 7 3 6 0 39 E 61 13B 28 2
Octal 7 3 6 0 71 16 141 473 50 2
Binary 111 11 110 0 111001 1110 1100001 100111011 101000 10

Color Harmonies of #070306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070306

Black with #070306

Text Example


Text Example

White with #070306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070306; }

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

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

background-color css

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

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

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

border-color css

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

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

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