Html Css Color HEX #210819 Melanzane

📋 copy color: '#210819'

red 33 ◦ green 8 ◦ blue 25

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

Shades of Melanzane #210819

Tints of Melanzane #210819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

 BLUE value IS 25 (10.16% from 255) = 37.88%

R = 50%
G = 12.12%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#210819 (or 0x210819) is known color: Melanzane. HEX triplet: 21, 08 and 19. RGB value is (33,8,25). Sum of RGB (Red+Green+Blue) = 33+8+25=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210819 is #DEF7E6. Grayscale: #111111. Windows color (decimal): -14612455 or 1640481. OLE color: 1640481.

HSL color Cylindrical-coordinate representation of color #210819: hue angle of 319.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210819 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 8 25 -
CMYK 0 0.76 0.24 0.87
HSL 319.2º 0.61% 0.08% -
HSV(B) 319.2º 0.76% 0.13% -
XYZ 0.89 0.57 0.98 -
YUV 17.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 33 8 25 0 0.76 0.24 0.87 319.2 0.61 0.08
Hex 21 8 19 0 4C 18 57 13F 3D 8
Octal 41 10 31 0 114 30 127 477 75 10
Binary 100001 1000 11001 0 1001100 11000 1010111 100111111 111101 1000

Color Harmonies of #210819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210819

Black with #210819

Text Example


Text Example

White with #210819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210819; }

 p { color: rgb(33,8,25); }

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

background-color css

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

 a { background-color: rgb(33,8,25); }

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

border-color css

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

 span { border-color: rgb(33,8,25); }

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