Html Css Color HEX #34142B Melanzane

📋 copy color: '#34142B'

red 52 ◦ green 20 ◦ blue 43

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

Shades of Melanzane #34142B

Tints of Melanzane #34142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 43 (17.19% from 255) = 37.39%

R = 45.22%
G = 17.39%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#34142B (or 0x34142B) is known color: Melanzane. HEX triplet: 34, 14 and 2B. RGB value is (52,20,43). Sum of RGB (Red+Green+Blue) = 52+20+43=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142B is #CBEBD4. Grayscale: #202020. Windows color (decimal): -13364181 or 2823220. OLE color: 2823220.

HSL color Cylindrical-coordinate representation of color #34142B: hue angle of 316.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142B is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 20 43 -
CMYK 0 0.62 0.17 0.80
HSL 316.88º 0.44% 0.14% -
HSV(B) 316.88º 0.62% 0.2% -
XYZ 2.1 1.4 2.45 -
YUV 32.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 52 20 43 0 0.62 0.17 0.80 316.88 0.44 0.14
Hex 34 14 2B 0 3E 11 50 13D 2C E
Octal 64 24 53 0 76 21 120 475 54 16
Binary 110100 10100 101011 0 111110 10001 1010000 100111101 101100 1110

Color Harmonies of #34142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34142B

Black with #34142B

Text Example


Text Example

White with #34142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34142B; }

 p { color: rgb(52,20,43); }

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

background-color css

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

 a { background-color: rgb(52,20,43); }

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

border-color css

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

 span { border-color: rgb(52,20,43); }

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