Html Css Color HEX #131012 Melanzane

📋 copy color: '#131012'

red 19 ◦ green 16 ◦ blue 18

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

Shades of Melanzane #131012

Tints of Melanzane #131012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.19%

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 35.85%
G = 30.19%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#131012 (or 0x131012) is known color: Melanzane. HEX triplet: 13, 10 and 12. RGB value is (19,16,18). Sum of RGB (Red+Green+Blue) = 19+16+18=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131012 is #ECEFED. Grayscale: #111111. Windows color (decimal): -15527918 or 1183763. OLE color: 1183763.

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

Color convert

RGB 19 16 18 -
CMYK 0 0.16 0.05 0.93
HSL 320º 0.09% 0.07% -
HSV(B) 320º 0.16% 0.07% -
XYZ 0.56 0.55 0.65 -
YUV 17.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 19 16 18 0 0.16 0.05 0.93 320 0.09 0.07
Hex 13 10 12 0 10 5 5D 140 9 7
Octal 23 20 22 0 20 5 135 500 11 7
Binary 10011 10000 10010 0 10000 101 1011101 101000000 1001 111

Color Harmonies of #131012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131012

Black with #131012

Text Example


Text Example

White with #131012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131012; }

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

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

background-color css

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

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

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

border-color css

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

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

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