Html Css Color HEX #130711 Melanzane

📋 copy color: '#130711'

red 19 ◦ green 7 ◦ blue 17

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

Shades of Melanzane #130711

Tints of Melanzane #130711

RGB

 RED value IS 19 (7.81% from 255) = 44.19%

 GREEN value IS 7 (3.13% from 255) = 16.28%

 BLUE value IS 17 (7.03% from 255) = 39.53%

R = 44.19%
G = 16.28%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130711 (or 0x130711) is known color: Melanzane. HEX triplet: 13, 07 and 11. RGB value is (19,7,17). Sum of RGB (Red+Green+Blue) = 19+7+17=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130711 is #ECF8EE. Grayscale: #0B0B0B. Windows color (decimal): -15530223 or 1115923. OLE color: 1115923.

HSL color Cylindrical-coordinate representation of color #130711: hue angle of 310º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130711 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 7 17 -
CMYK 0 0.63 0.11 0.93
HSL 310º 0.46% 0.05% -
HSV(B) 310º 0.63% 0.07% -
XYZ 0.45 0.33 0.57 -
YUV 11.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 19 7 17 0 0.63 0.11 0.93 310 0.46 0.05
Hex 13 7 11 0 3F B 5D 136 2E 5
Octal 23 7 21 0 77 13 135 466 56 5
Binary 10011 111 10001 0 111111 1011 1011101 100110110 101110 101

Color Harmonies of #130711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130711

Black with #130711

Text Example


Text Example

White with #130711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130711; }

 p { color: rgb(19,7,17); }

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

background-color css

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

 a { background-color: rgb(19,7,17); }

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

border-color css

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

 span { border-color: rgb(19,7,17); }

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