#34192C

Color #34192C Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #34192C

Tints of Melanzane #34192C

Color information

#34192C (or 0x34192C) is unknown color: approx Melanzane. HEX triplet: 34, 19 and 2C. RGB value is (52,25,44). Sum of RGB (Red+Green+Blue) = 52+25+44=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #34192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34192C is #CBE6D3. Grayscale: #232323. Windows color (decimal): -13362900 or 2890036. OLE color: 2890036.

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

Color convert

RGB522544-
CMYK00.520.150.80
HSL317.78º35.06%15.1%-
HSV(B)317.78º51.92%20.39%-
XYZ2.221.612.58-
YUV35.24132.95139.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=42.98%
G=20.66%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52254400.520.150.80317.7835.0615.1
Hex34192C034F5013e23f
Octal643154064171204764317
Binary110100110011011000110100111110100001001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34192C;
 }
 .AnyTagClassName
 {
   color: #34192C;
 }
</style>
background-color css

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

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

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

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

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

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