Html Css Color HEX #130A11 Melanzane

📋 copy color: '#130A11'

red 19 ◦ green 10 ◦ blue 17

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

Shades of Melanzane #130A11

Tints of Melanzane #130A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 21.74%

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

R = 41.3%
G = 21.74%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#130A11 (or 0x130A11) is known color: Melanzane. HEX triplet: 13, 0A and 11. RGB value is (19,10,17). Sum of RGB (Red+Green+Blue) = 19+10+17=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A11 is #ECF5EE. Grayscale: #0D0D0D. Windows color (decimal): -15529455 or 1116691. OLE color: 1116691.

HSL color Cylindrical-coordinate representation of color #130A11: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130A11 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 10 17 -
CMYK 0 0.47 0.11 0.93
HSL 313.33º 0.31% 0.06% -
HSV(B) 313.33º 0.47% 0.07% -
XYZ 0.48 0.4 0.58 -
YUV 13.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 19 10 17 0 0.47 0.11 0.93 313.33 0.31 0.06
Hex 13 A 11 0 2F B 5D 139 1F 6
Octal 23 12 21 0 57 13 135 471 37 6
Binary 10011 1010 10001 0 101111 1011 1011101 100111001 11111 110

Color Harmonies of #130A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A11

Black with #130A11

Text Example


Text Example

White with #130A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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