Html Css Color HEX #34252F Melanzane

📋 copy color: '#34252F'

red 52 ◦ green 37 ◦ blue 47

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

Shades of Melanzane #34252F

Tints of Melanzane #34252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 38.24%
G = 27.21%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#34252F (or 0x34252F) is known color: Melanzane. HEX triplet: 34, 25 and 2F. RGB value is (52,37,47). Sum of RGB (Red+Green+Blue) = 52+37+47=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252F is #CBDAD0. Grayscale: #2A2A2A. Windows color (decimal): -13359825 or 3089716. OLE color: 3089716.

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

Color convert

RGB 52 37 47 -
CMYK 0 0.29 0.10 0.80
HSL 320º 0.17% 0.17% -
HSV(B) 320º 0.29% 0.2% -
XYZ 2.59 2.26 2.99 -
YUV 42.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 52 37 47 0 0.29 0.10 0.80 320 0.17 0.17
Hex 34 25 2F 0 1D A 50 140 11 11
Octal 64 45 57 0 35 12 120 500 21 21
Binary 110100 100101 101111 0 11101 1010 1010000 101000000 10001 10001

Color Harmonies of #34252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34252F

Black with #34252F

Text Example


Text Example

White with #34252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34252F; }

 p { color: rgb(52,37,47); }

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

background-color css

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

 a { background-color: rgb(52,37,47); }

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

border-color css

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

 span { border-color: rgb(52,37,47); }

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