Html Css Color HEX #21171C Melanzane

📋 copy color: '#21171C'

red 33 ◦ green 23 ◦ blue 28

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

Shades of Melanzane #21171C

Tints of Melanzane #21171C

RGB

 RED value IS 33 (13.28% from 255) = 39.29%

 GREEN value IS 23 (9.38% from 255) = 27.38%

 BLUE value IS 28 (11.33% from 255) = 33.33%

R = 39.29%
G = 27.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21171C (or 0x21171C) is known color: Melanzane. HEX triplet: 21, 17 and 1C. RGB value is (33,23,28). Sum of RGB (Red+Green+Blue) = 33+23+28=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #21171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171C is #DEE8E3. Grayscale: #1A1A1A. Windows color (decimal): -14608612 or 1840929. OLE color: 1840929.

HSL color Cylindrical-coordinate representation of color #21171C: hue angle of 330º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21171C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 23 28 -
CMYK 0 0.30 0.15 0.87
HSL 330º 0.18% 0.11% -
HSV(B) 330º 0.3% 0.13% -
XYZ 1.14 1.02 1.24 -
YUV 26.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 33 23 28 0 0.30 0.15 0.87 330 0.18 0.11
Hex 21 17 1C 0 1E F 57 14A 12 B
Octal 41 27 34 0 36 17 127 512 22 13
Binary 100001 10111 11100 0 11110 1111 1010111 101001010 10010 1011

Color Harmonies of #21171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21171C

Black with #21171C

Text Example


Text Example

White with #21171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21171C; }

 p { color: rgb(33,23,28); }

 H1.HeaderClassName
 {
   color: #21171C;
 }
 .AnyTagClassName
 {
   color: #21171C;
 }
</style>

background-color css

<style>
 a { background-color: #21171C; }

 a { background-color: rgb(33,23,28); }

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

border-color css

<style>
 span { border-color: #21171C; }

 span { border-color: rgb(33,23,28); }

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