Html Css Color HEX #130810 Melanzane

📋 copy color: '#130810'

red 19 ◦ green 8 ◦ blue 16

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

Shades of Melanzane #130810

Tints of Melanzane #130810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.6%

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

R = 44.19%
G = 18.6%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#130810 (or 0x130810) is known color: Melanzane. HEX triplet: 13, 08 and 10. RGB value is (19,8,16). Sum of RGB (Red+Green+Blue) = 19+8+16=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130810 is #ECF7EF. Grayscale: #0C0C0C. Windows color (decimal): -15529968 or 1050643. OLE color: 1050643.

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

Color convert

RGB 19 8 16 -
CMYK 0 0.58 0.16 0.93
HSL 316.36º 0.41% 0.05% -
HSV(B) 316.36º 0.58% 0.07% -
XYZ 0.45 0.35 0.53 -
YUV 12.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 19 8 16 0 0.58 0.16 0.93 316.36 0.41 0.05
Hex 13 8 10 0 3A 10 5D 13C 29 5
Octal 23 10 20 0 72 20 135 474 51 5
Binary 10011 1000 10000 0 111010 10000 1011101 100111100 101001 101

Color Harmonies of #130810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130810

Black with #130810

Text Example


Text Example

White with #130810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130810; }

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

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

background-color css

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

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

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

border-color css

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

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

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