Html Css Color HEX #422339 Melanzane

📋 copy color: '#422339'

red 66 ◦ green 35 ◦ blue 57

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

Shades of Melanzane #422339

Tints of Melanzane #422339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 41.77%
G = 22.15%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#422339 (or 0x422339) is known color: Melanzane. HEX triplet: 42, 23 and 39. RGB value is (66,35,57). Sum of RGB (Red+Green+Blue) = 66+35+57=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422339 is #BDDCC6. Grayscale: #2E2E2E. Windows color (decimal): -12442823 or 3744578. OLE color: 3744578.

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

Color convert

RGB 66 35 57 -
CMYK 0 0.47 0.14 0.74
HSL 317.42º 0.31% 0.2% -
HSV(B) 317.42º 0.47% 0.26% -
XYZ 3.59 2.66 4.19 -
YUV 46.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 66 35 57 0 0.47 0.14 0.74 317.42 0.31 0.2
Hex 42 23 39 0 2F E 4A 13D 1F 14
Octal 102 43 71 0 57 16 112 475 37 24
Binary 1000010 100011 111001 0 101111 1110 1001010 100111101 11111 10100

Color Harmonies of #422339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422339

Black with #422339

Text Example


Text Example

White with #422339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422339; }

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

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

background-color css

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

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

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

border-color css

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

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

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