Html Css Color HEX #34202C Melanzane

📋 copy color: '#34202C'

red 52 ◦ green 32 ◦ blue 44

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

Shades of Melanzane #34202C

Tints of Melanzane #34202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

 BLUE value IS 44 (17.58% from 255) = 34.38%

R = 40.63%
G = 25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#34202C (or 0x34202C) is known color: Melanzane. HEX triplet: 34, 20 and 2C. RGB value is (52,32,44). Sum of RGB (Red+Green+Blue) = 52+32+44=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #34202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34202C is #CBDFD3. Grayscale: #272727. Windows color (decimal): -13361108 or 2891828. OLE color: 2891828.

HSL color Cylindrical-coordinate representation of color #34202C: hue angle of 324º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34202C is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 44 -
CMYK 0 0.38 0.15 0.80
HSL 324º 0.24% 0.16% -
HSV(B) 324º 0.38% 0.2% -
XYZ 2.39 1.94 2.63 -
YUV 39.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 52 32 44 0 0.38 0.15 0.80 324 0.24 0.16
Hex 34 20 2C 0 26 F 50 144 18 10
Octal 64 40 54 0 46 17 120 504 30 20
Binary 110100 100000 101100 0 100110 1111 1010000 101000100 11000 10000

Color Harmonies of #34202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34202C

Black with #34202C

Text Example


Text Example

White with #34202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34202C; }

 p { color: rgb(52,32,44); }

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

background-color css

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

 a { background-color: rgb(52,32,44); }

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

border-color css

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

 span { border-color: rgb(52,32,44); }

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