Html Css Color HEX #130911 Melanzane

📋 copy color: '#130911'

red 19 ◦ green 9 ◦ blue 17

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

Shades of Melanzane #130911

Tints of Melanzane #130911

RGB

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

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

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

R = 42.22%
G = 20%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130911 (or 0x130911) is known color: Melanzane. HEX triplet: 13, 09 and 11. RGB value is (19,9,17). Sum of RGB (Red+Green+Blue) = 19+9+17=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130911 is #ECF6EE. Grayscale: #0C0C0C. Windows color (decimal): -15529711 or 1116435. OLE color: 1116435.

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

Color convert

RGB 19 9 17 -
CMYK 0 0.53 0.11 0.93
HSL 312º 0.36% 0.05% -
HSV(B) 312º 0.53% 0.07% -
XYZ 0.47 0.37 0.58 -
YUV 12.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 19 9 17 0 0.53 0.11 0.93 312 0.36 0.05
Hex 13 9 11 0 35 B 5D 138 24 5
Octal 23 11 21 0 65 13 135 470 44 5
Binary 10011 1001 10001 0 110101 1011 1011101 100111000 100100 101

Color Harmonies of #130911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130911

Black with #130911

Text Example


Text Example

White with #130911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130911; }

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

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

background-color css

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

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

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

border-color css

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

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

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