Html Css Color HEX #130A10 Melanzane

📋 copy color: '#130A10'

red 19 ◦ green 10 ◦ blue 16

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

Shades of Melanzane #130A10

Tints of Melanzane #130A10

RGB

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

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

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

R = 42.22%
G = 22.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130A10 (or 0x130A10) is known color: Melanzane. HEX triplet: 13, 0A and 10. RGB value is (19,10,16). Sum of RGB (Red+Green+Blue) = 19+10+16=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A10 is #ECF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15529456 or 1051155. OLE color: 1051155.

HSL color Cylindrical-coordinate representation of color #130A10: hue angle of 320º 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 #130A10 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 10 16 -
CMYK 0 0.47 0.16 0.93
HSL 320º 0.31% 0.06% -
HSV(B) 320º 0.47% 0.07% -
XYZ 0.47 0.39 0.54 -
YUV 13.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 19 10 16 0 0.47 0.16 0.93 320 0.31 0.06
Hex 13 A 10 0 2F 10 5D 140 1F 6
Octal 23 12 20 0 57 20 135 500 37 6
Binary 10011 1010 10000 0 101111 10000 1011101 101000000 11111 110

Color Harmonies of #130A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A10

Black with #130A10

Text Example


Text Example

White with #130A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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