Html Css Color HEX #130210 Melanzane

📋 copy color: '#130210'

red 19 ◦ green 2 ◦ blue 16

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

Shades of Melanzane #130210

Tints of Melanzane #130210

RGB

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

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

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

R = 51.35%
G = 5.41%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130210 (or 0x130210) is known color: Melanzane. HEX triplet: 13, 02 and 10. RGB value is (19,2,16). Sum of RGB (Red+Green+Blue) = 19+2+16=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130210 is #ECFDEF. Grayscale: #080808. Windows color (decimal): -15531504 or 1049107. OLE color: 1049107.

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

Color convert

RGB 19 2 16 -
CMYK 0 0.89 0.16 0.93
HSL 310.59º 0.81% 0.04% -
HSV(B) 310.59º 0.89% 0.07% -
XYZ 0.38 0.22 0.51 -
YUV 8.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 19 2 16 0 0.89 0.16 0.93 310.59 0.81 0.04
Hex 13 2 10 0 59 10 5D 137 51 4
Octal 23 2 20 0 131 20 135 467 121 4
Binary 10011 10 10000 0 1011001 10000 1011101 100110111 1010001 100

Color Harmonies of #130210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130210

Black with #130210

Text Example


Text Example

White with #130210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130210; }

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

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

background-color css

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

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

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

border-color css

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

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

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