Html Css Color HEX #201B1F Melanzane

📋 copy color: '#201B1F'

red 32 ◦ green 27 ◦ blue 31

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

Shades of Melanzane #201B1F

Tints of Melanzane #201B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 35.56%
G = 30%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#201B1F (or 0x201B1F) is known color: Melanzane. HEX triplet: 20, 1B and 1F. RGB value is (32,27,31). Sum of RGB (Red+Green+Blue) = 32+27+31=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1F is #DFE4E0. Grayscale: #1C1C1C. Windows color (decimal): -14673121 or 2038560. OLE color: 2038560.

HSL color Cylindrical-coordinate representation of color #201B1F: hue angle of 312º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201B1F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 27 31 -
CMYK 0 0.16 0.03 0.87
HSL 312º 0.08% 0.12% -
HSV(B) 312º 0.16% 0.13% -
XYZ 1.23 1.19 1.46 -
YUV 28.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 32 27 31 0 0.16 0.03 0.87 312 0.08 0.12
Hex 20 1B 1F 0 10 3 57 138 8 C
Octal 40 33 37 0 20 3 127 470 10 14
Binary 100000 11011 11111 0 10000 11 1010111 100111000 1000 1100

Color Harmonies of #201B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B1F

Black with #201B1F

Text Example


Text Example

White with #201B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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