Html Css Color HEX #201C1E Melanzane

📋 copy color: '#201C1E'

red 32 ◦ green 28 ◦ blue 30

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

Shades of Melanzane #201C1E

Tints of Melanzane #201C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 33.33%

R = 35.56%
G = 31.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#201C1E (or 0x201C1E) is known color: Melanzane. HEX triplet: 20, 1C and 1E. RGB value is (32,28,30). Sum of RGB (Red+Green+Blue) = 32+28+30=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1E is #DFE3E1. Grayscale: #1D1D1D. Windows color (decimal): -14672866 or 1973280. OLE color: 1973280.

HSL color Cylindrical-coordinate representation of color #201C1E: hue angle of 330º 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 #201C1E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 28 30 -
CMYK 0 0.12 0.06 0.87
HSL 330º 0.07% 0.12% -
HSV(B) 330º 0.13% 0.13% -
XYZ 1.25 1.23 1.4 -
YUV 29.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 32 28 30 0 0.12 0.06 0.87 330 0.07 0.12
Hex 20 1C 1E 0 C 6 57 14A 7 C
Octal 40 34 36 0 14 6 127 512 7 14
Binary 100000 11100 11110 0 1100 110 1010111 101001010 111 1100

Color Harmonies of #201C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C1E

Black with #201C1E

Text Example


Text Example

White with #201C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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