Html Css Color HEX #21141E Melanzane

📋 copy color: '#21141E'

red 33 ◦ green 20 ◦ blue 30

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

Shades of Melanzane #21141E

Tints of Melanzane #21141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

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

R = 39.76%
G = 24.1%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#21141E (or 0x21141E) is known color: Melanzane. HEX triplet: 21, 14 and 1E. RGB value is (33,20,30). Sum of RGB (Red+Green+Blue) = 33+20+30=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21141E is #DEEBE1. Grayscale: #191919. Windows color (decimal): -14609378 or 1971233. OLE color: 1971233.

HSL color Cylindrical-coordinate representation of color #21141E: hue angle of 313.85º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21141E is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 20 30 -
CMYK 0 0.39 0.09 0.87
HSL 313.85º 0.25% 0.1% -
HSV(B) 313.85º 0.39% 0.13% -
XYZ 1.11 0.92 1.35 -
YUV 25.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 33 20 30 0 0.39 0.09 0.87 313.85 0.25 0.1
Hex 21 14 1E 0 27 9 57 13A 19 A
Octal 41 24 36 0 47 11 127 472 31 12
Binary 100001 10100 11110 0 100111 1001 1010111 100111010 11001 1010

Color Harmonies of #21141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21141E

Black with #21141E

Text Example


Text Example

White with #21141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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