Html Css Color HEX #130910 Melanzane

📋 copy color: '#130910'

red 19 ◦ green 9 ◦ blue 16

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

Shades of Melanzane #130910

Tints of Melanzane #130910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.45%

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

R = 43.18%
G = 20.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130910 (or 0x130910) is known color: Melanzane. HEX triplet: 13, 09 and 10. RGB value is (19,9,16). Sum of RGB (Red+Green+Blue) = 19+9+16=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130910 is #ECF6EF. Grayscale: #0C0C0C. Windows color (decimal): -15529712 or 1050899. OLE color: 1050899.

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

Color convert

RGB 19 9 16 -
CMYK 0 0.53 0.16 0.93
HSL 318º 0.36% 0.05% -
HSV(B) 318º 0.53% 0.07% -
XYZ 0.46 0.37 0.54 -
YUV 12.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 19 9 16 0 0.53 0.16 0.93 318 0.36 0.05
Hex 13 9 10 0 35 10 5D 13E 24 5
Octal 23 11 20 0 65 20 135 476 44 5
Binary 10011 1001 10000 0 110101 10000 1011101 100111110 100100 101

Color Harmonies of #130910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130910

Black with #130910

Text Example


Text Example

White with #130910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130910; }

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

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

background-color css

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

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

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

border-color css

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

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

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