Html Css Color HEX #422438 Melanzane

📋 copy color: '#422438'

red 66 ◦ green 36 ◦ blue 56

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

Shades of Melanzane #422438

Tints of Melanzane #422438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 41.77%
G = 22.78%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#422438 (or 0x422438) is known color: Melanzane. HEX triplet: 42, 24 and 38. RGB value is (66,36,56). Sum of RGB (Red+Green+Blue) = 66+36+56=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422438 is #BDDBC7. Grayscale: #2F2F2F. Windows color (decimal): -12442568 or 3679298. OLE color: 3679298.

HSL color Cylindrical-coordinate representation of color #422438: hue angle of 320º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422438 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 56 -
CMYK 0 0.45 0.15 0.74
HSL 320º 0.29% 0.2% -
HSV(B) 320º 0.45% 0.26% -
XYZ 3.59 2.71 4.07 -
YUV 47.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 66 36 56 0 0.45 0.15 0.74 320 0.29 0.2
Hex 42 24 38 0 2D F 4A 140 1D 14
Octal 102 44 70 0 55 17 112 500 35 24
Binary 1000010 100100 111000 0 101101 1111 1001010 101000000 11101 10100

Color Harmonies of #422438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422438

Black with #422438

Text Example


Text Example

White with #422438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422438; }

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

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

background-color css

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

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

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

border-color css

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

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

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