Html Css Color HEX #21171E Melanzane

📋 copy color: '#21171E'

red 33 ◦ green 23 ◦ blue 30

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

Shades of Melanzane #21171E

Tints of Melanzane #21171E

RGB

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

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

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

R = 38.37%
G = 26.74%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#21171E (or 0x21171E) is known color: Melanzane. HEX triplet: 21, 17 and 1E. RGB value is (33,23,30). Sum of RGB (Red+Green+Blue) = 33+23+30=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #21171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171E is #DEE8E1. Grayscale: #1A1A1A. Windows color (decimal): -14608610 or 1972001. OLE color: 1972001.

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

Color convert

RGB 33 23 30 -
CMYK 0 0.30 0.09 0.87
HSL 318º 0.18% 0.11% -
HSV(B) 318º 0.3% 0.13% -
XYZ 1.17 1.03 1.37 -
YUV 26.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 33 23 30 0 0.30 0.09 0.87 318 0.18 0.11
Hex 21 17 1E 0 1E 9 57 13E 12 B
Octal 41 27 36 0 36 11 127 476 22 13
Binary 100001 10111 11110 0 11110 1001 1010111 100111110 10010 1011

Color Harmonies of #21171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21171E

Black with #21171E

Text Example


Text Example

White with #21171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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