Html Css Color HEX #421D39 Melanzane

📋 copy color: '#421D39'

red 66 ◦ green 29 ◦ blue 57

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

Shades of Melanzane #421D39

Tints of Melanzane #421D39

RGB

 RED value IS 66 (26.17% from 255) = 43.42%

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 43.42%
G = 19.08%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#421D39 (or 0x421D39) is known color: Melanzane. HEX triplet: 42, 1D and 39. RGB value is (66,29,57). Sum of RGB (Red+Green+Blue) = 66+29+57=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #421D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D39 is #BDE2C6. Grayscale: #2B2B2B. Windows color (decimal): -12444359 or 3743042. OLE color: 3743042.

HSL color Cylindrical-coordinate representation of color #421D39: hue angle of 314.59º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D39 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 57 -
CMYK 0 0.56 0.14 0.74
HSL 314.59º 0.39% 0.19% -
HSV(B) 314.59º 0.56% 0.26% -
XYZ 3.42 2.33 4.14 -
YUV 43.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 66 29 57 0 0.56 0.14 0.74 314.59 0.39 0.19
Hex 42 1D 39 0 38 E 4A 13B 27 13
Octal 102 35 71 0 70 16 112 473 47 23
Binary 1000010 11101 111001 0 111000 1110 1001010 100111011 100111 10011

Color Harmonies of #421D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D39

Black with #421D39

Text Example


Text Example

White with #421D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D39; }

 p { color: rgb(66,29,57); }

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

background-color css

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

 a { background-color: rgb(66,29,57); }

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

border-color css

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

 span { border-color: rgb(66,29,57); }

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