Html Css Color HEX #210719 Melanzane

📋 copy color: '#210719'

red 33 ◦ green 7 ◦ blue 25

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

Shades of Melanzane #210719

Tints of Melanzane #210719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 50.77%
G = 10.77%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#210719 (or 0x210719) is known color: Melanzane. HEX triplet: 21, 07 and 19. RGB value is (33,7,25). Sum of RGB (Red+Green+Blue) = 33+7+25=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210719 is #DEF8E6. Grayscale: #101010. Windows color (decimal): -14612711 or 1640225. OLE color: 1640225.

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

Color convert

RGB 33 7 25 -
CMYK 0 0.79 0.24 0.87
HSL 318.46º 0.65% 0.08% -
HSV(B) 318.46º 0.79% 0.13% -
XYZ 0.88 0.55 0.98 -
YUV 16.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 33 7 25 0 0.79 0.24 0.87 318.46 0.65 0.08
Hex 21 7 19 0 4F 18 57 13E 41 8
Octal 41 7 31 0 117 30 127 476 101 10
Binary 100001 111 11001 0 1001111 11000 1010111 100111110 1000001 1000

Color Harmonies of #210719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210719

Black with #210719

Text Example


Text Example

White with #210719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210719; }

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

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

background-color css

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

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

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

border-color css

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

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

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