Html Css Color HEX #21171D Melanzane

📋 copy color: '#21171D'

red 33 ◦ green 23 ◦ blue 29

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

Shades of Melanzane #21171D

Tints of Melanzane #21171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 38.82%
G = 27.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#21171D (or 0x21171D) is known color: Melanzane. HEX triplet: 21, 17 and 1D. RGB value is (33,23,29). Sum of RGB (Red+Green+Blue) = 33+23+29=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #21171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171D is #DEE8E2. Grayscale: #1A1A1A. Windows color (decimal): -14608611 or 1906465. OLE color: 1906465.

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

Color convert

RGB 33 23 29 -
CMYK 0 0.30 0.12 0.87
HSL 324º 0.18% 0.11% -
HSV(B) 324º 0.3% 0.13% -
XYZ 1.16 1.02 1.3 -
YUV 26.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 33 23 29 0 0.30 0.12 0.87 324 0.18 0.11
Hex 21 17 1D 0 1E C 57 144 12 B
Octal 41 27 35 0 36 14 127 504 22 13
Binary 100001 10111 11101 0 11110 1100 1010111 101000100 10010 1011

Color Harmonies of #21171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21171D

Black with #21171D

Text Example


Text Example

White with #21171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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