#421F3A

Color #421F3A Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #421F3A

Tints of Melanzane #421F3A

Color information

#421F3A (or 0x421F3A) is unknown color: approx Melanzane. HEX triplet: 42, 1F and 3A. RGB value is (66,31,58). Sum of RGB (Red+Green+Blue) = 66+31+58=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #421F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F3A is #BDE0C5. Grayscale: #2C2C2C. Windows color (decimal): -12443846 or 3809090. OLE color: 3809090.

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

Color convert

RGB663158-
CMYK00.530.120.74
HSL313.71º36.08%19.02%-
HSV(B)313.71º53.03%25.88%-
XYZ3.52.444.29-
YUV44.54135.6143.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=42.58%
G=20%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66315800.530.120.74313.7136.0819.02
Hex421F3A035C4A13a2413
Octal1023772065141124724423
Binary10000101111111101001101011100100101010011101010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,58); }

 H1.HeaderClassName
 {
   color: #421F3A;
 }
 .AnyTagClassName
 {
   color: #421F3A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,31,58); }

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

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

 span { border-color: rgb(66,31,58); }

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