Html Css Color HEX #20131D Melanzane

📋 copy color: '#20131D'

red 32 ◦ green 19 ◦ blue 29

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

Shades of Melanzane #20131D

Tints of Melanzane #20131D

RGB

 RED value IS 32 (12.89% from 255) = 40%

 GREEN value IS 19 (7.81% from 255) = 23.75%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 40%
G = 23.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#20131D (or 0x20131D) is known color: Melanzane. HEX triplet: 20, 13 and 1D. RGB value is (32,19,29). Sum of RGB (Red+Green+Blue) = 32+19+29=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131D is #DFECE2. Grayscale: #181818. Windows color (decimal): -14675171 or 1905440. OLE color: 1905440.

HSL color Cylindrical-coordinate representation of color #20131D: hue angle of 313.85º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #20131D is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 29 -
CMYK 0 0.41 0.09 0.87
HSL 313.85º 0.25% 0.1% -
HSV(B) 313.85º 0.41% 0.13% -
XYZ 1.05 0.86 1.27 -
YUV 24.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 32 19 29 0 0.41 0.09 0.87 313.85 0.25 0.1
Hex 20 13 1D 0 29 9 57 13A 19 A
Octal 40 23 35 0 51 11 127 472 31 12
Binary 100000 10011 11101 0 101001 1001 1010111 100111010 11001 1010

Color Harmonies of #20131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20131D

Black with #20131D

Text Example


Text Example

White with #20131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20131D; }

 p { color: rgb(32,19,29); }

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

background-color css

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

 a { background-color: rgb(32,19,29); }

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

border-color css

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

 span { border-color: rgb(32,19,29); }

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