Html Css Color HEX #20131B Melanzane

📋 copy color: '#20131B'

red 32 ◦ green 19 ◦ blue 27

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

Shades of Melanzane #20131B

Tints of Melanzane #20131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 34.62%

R = 41.03%
G = 24.36%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#20131B (or 0x20131B) is known color: Melanzane. HEX triplet: 20, 13 and 1B. RGB value is (32,19,27). Sum of RGB (Red+Green+Blue) = 32+19+27=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #20131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131B is #DFECE4. Grayscale: #171717. Windows color (decimal): -14675173 or 1774368. OLE color: 1774368.

HSL color Cylindrical-coordinate representation of color #20131B: hue angle of 323.08º 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 #20131B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 19 27 -
CMYK 0 0.41 0.16 0.87
HSL 323.08º 0.25% 0.1% -
HSV(B) 323.08º 0.41% 0.13% -
XYZ 1.03 0.85 1.15 -
YUV 23.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 32 19 27 0 0.41 0.16 0.87 323.08 0.25 0.1
Hex 20 13 1B 0 29 10 57 143 19 A
Octal 40 23 33 0 51 20 127 503 31 12
Binary 100000 10011 11011 0 101001 10000 1010111 101000011 11001 1010

Color Harmonies of #20131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20131B

Black with #20131B

Text Example


Text Example

White with #20131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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