Html Css Color HEX #421F38 Melanzane

📋 copy color: '#421F38'

red 66 ◦ green 31 ◦ blue 56

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

Shades of Melanzane #421F38

Tints of Melanzane #421F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.26%

 BLUE value IS 56 (22.27% from 255) = 36.6%

R = 43.14%
G = 20.26%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421F38 (or 0x421F38) is known color: Melanzane. HEX triplet: 42, 1F and 38. RGB value is (66,31,56). Sum of RGB (Red+Green+Blue) = 66+31+56=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #421F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F38 is #BDE0C7. Grayscale: #2C2C2C. Windows color (decimal): -12443848 or 3678018. OLE color: 3678018.

HSL color Cylindrical-coordinate representation of color #421F38: hue angle of 317.14º 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 #421F38 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 56 -
CMYK 0 0.53 0.15 0.74
HSL 317.14º 0.36% 0.19% -
HSV(B) 317.14º 0.53% 0.26% -
XYZ 3.45 2.42 4.03 -
YUV 44.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 66 31 56 0 0.53 0.15 0.74 317.14 0.36 0.19
Hex 42 1F 38 0 35 F 4A 13D 24 13
Octal 102 37 70 0 65 17 112 475 44 23
Binary 1000010 11111 111000 0 110101 1111 1001010 100111101 100100 10011

Color Harmonies of #421F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F38

Black with #421F38

Text Example


Text Example

White with #421F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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