Html Css Color HEX #130610 Melanzane

📋 copy color: '#130610'

red 19 ◦ green 6 ◦ blue 16

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

Shades of Melanzane #130610

Tints of Melanzane #130610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.63%

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

R = 46.34%
G = 14.63%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130610 (or 0x130610) is known color: Melanzane. HEX triplet: 13, 06 and 10. RGB value is (19,6,16). Sum of RGB (Red+Green+Blue) = 19+6+16=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130610 is #ECF9EF. Grayscale: #0B0B0B. Windows color (decimal): -15530480 or 1050131. OLE color: 1050131.

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

Color convert

RGB 19 6 16 -
CMYK 0 0.68 0.16 0.93
HSL 313.85º 0.52% 0.05% -
HSV(B) 313.85º 0.68% 0.07% -
XYZ 0.43 0.31 0.53 -
YUV 11.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 19 6 16 0 0.68 0.16 0.93 313.85 0.52 0.05
Hex 13 6 10 0 44 10 5D 13A 34 5
Octal 23 6 20 0 104 20 135 472 64 5
Binary 10011 110 10000 0 1000100 10000 1011101 100111010 110100 101

Color Harmonies of #130610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130610

Black with #130610

Text Example


Text Example

White with #130610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130610; }

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

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

background-color css

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

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

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

border-color css

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

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

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