Html Css Color HEX #34172E Melanzane

📋 copy color: '#34172E'

red 52 ◦ green 23 ◦ blue 46

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

Shades of Melanzane #34172E

Tints of Melanzane #34172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

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

R = 42.98%
G = 19.01%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#34172E (or 0x34172E) is known color: Melanzane. HEX triplet: 34, 17 and 2E. RGB value is (52,23,46). Sum of RGB (Red+Green+Blue) = 52+23+46=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #34172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172E is #CBE8D1. Grayscale: #222222. Windows color (decimal): -13363410 or 3020596. OLE color: 3020596.

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

Color convert

RGB 52 23 46 -
CMYK 0 0.56 0.12 0.80
HSL 312.41º 0.39% 0.15% -
HSV(B) 312.41º 0.56% 0.2% -
XYZ 2.22 1.54 2.77 -
YUV 34.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 52 23 46 0 0.56 0.12 0.80 312.41 0.39 0.15
Hex 34 17 2E 0 38 C 50 138 27 F
Octal 64 27 56 0 70 14 120 470 47 17
Binary 110100 10111 101110 0 111000 1100 1010000 100111000 100111 1111

Color Harmonies of #34172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34172E

Black with #34172E

Text Example


Text Example

White with #34172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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