Html Css Color HEX #34212E Melanzane

📋 copy color: '#34212E'

red 52 ◦ green 33 ◦ blue 46

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

Shades of Melanzane #34212E

Tints of Melanzane #34212E

RGB

 RED value IS 52 (20.7% from 255) = 39.69%

 GREEN value IS 33 (13.28% from 255) = 25.19%

 BLUE value IS 46 (18.36% from 255) = 35.11%

R = 39.69%
G = 25.19%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#34212E (or 0x34212E) is known color: Melanzane. HEX triplet: 34, 21 and 2E. RGB value is (52,33,46). Sum of RGB (Red+Green+Blue) = 52+33+46=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34212E is #CBDED1. Grayscale: #282828. Windows color (decimal): -13360850 or 3023156. OLE color: 3023156.

HSL color Cylindrical-coordinate representation of color #34212E: hue angle of 318.95º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34212E is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 33 46 -
CMYK 0 0.37 0.12 0.80
HSL 318.95º 0.22% 0.17% -
HSV(B) 318.95º 0.37% 0.2% -
XYZ 2.45 2.02 2.84 -
YUV 40.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 52 33 46 0 0.37 0.12 0.80 318.95 0.22 0.17
Hex 34 21 2E 0 25 C 50 13F 16 11
Octal 64 41 56 0 45 14 120 477 26 21
Binary 110100 100001 101110 0 100101 1100 1010000 100111111 10110 10001

Color Harmonies of #34212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34212E

Black with #34212E

Text Example


Text Example

White with #34212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34212E; }

 p { color: rgb(52,33,46); }

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

background-color css

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

 a { background-color: rgb(52,33,46); }

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

border-color css

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

 span { border-color: rgb(52,33,46); }

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