Html Css Color HEX #130710 Melanzane

📋 copy color: '#130710'

red 19 ◦ green 7 ◦ blue 16

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

Shades of Melanzane #130710

Tints of Melanzane #130710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 38.1%

R = 45.24%
G = 16.67%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130710 (or 0x130710) is known color: Melanzane. HEX triplet: 13, 07 and 10. RGB value is (19,7,16). Sum of RGB (Red+Green+Blue) = 19+7+16=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130710 is #ECF8EF. Grayscale: #0B0B0B. Windows color (decimal): -15530224 or 1050387. OLE color: 1050387.

HSL color Cylindrical-coordinate representation of color #130710: hue angle of 315º 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 #130710 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 7 16 -
CMYK 0 0.63 0.16 0.93
HSL 315º 0.46% 0.05% -
HSV(B) 315º 0.63% 0.07% -
XYZ 0.44 0.33 0.53 -
YUV 11.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 19 7 16 0 0.63 0.16 0.93 315 0.46 0.05
Hex 13 7 10 0 3F 10 5D 13B 2E 5
Octal 23 7 20 0 77 20 135 473 56 5
Binary 10011 111 10000 0 111111 10000 1011101 100111011 101110 101

Color Harmonies of #130710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130710

Black with #130710

Text Example


Text Example

White with #130710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130710; }

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

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

background-color css

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

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

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

border-color css

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

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

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