Html Css Color HEX #201C1F Melanzane

📋 copy color: '#201C1F'

red 32 ◦ green 28 ◦ blue 31

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

Shades of Melanzane #201C1F

Tints of Melanzane #201C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.77%

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

R = 35.16%
G = 30.77%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#201C1F (or 0x201C1F) is known color: Melanzane. HEX triplet: 20, 1C and 1F. RGB value is (32,28,31). Sum of RGB (Red+Green+Blue) = 32+28+31=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1F is #DFE3E0. Grayscale: #1D1D1D. Windows color (decimal): -14672865 or 2038816. OLE color: 2038816.

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

Color convert

RGB 32 28 31 -
CMYK 0 0.12 0.03 0.87
HSL 315º 0.07% 0.12% -
HSV(B) 315º 0.13% 0.13% -
XYZ 1.26 1.24 1.47 -
YUV 29.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 32 28 31 0 0.12 0.03 0.87 315 0.07 0.12
Hex 20 1C 1F 0 C 3 57 13B 7 C
Octal 40 34 37 0 14 3 127 473 7 14
Binary 100000 11100 11111 0 1100 11 1010111 100111011 111 1100

Color Harmonies of #201C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C1F

Black with #201C1F

Text Example


Text Example

White with #201C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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