#33172E

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

Shades of Melanzane #33172E

Tints of Melanzane #33172E

Color information

#33172E (or 0x33172E) is unknown color: approx Melanzane. HEX triplet: 33, 17 and 2E. RGB value is (51,23,46). Sum of RGB (Red+Green+Blue) = 51+23+46=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33172E is #CCE8D1. Grayscale: #212121. Windows color (decimal): -13428946 or 3020595. OLE color: 3020595.

HSL color Cylindrical-coordinate representation of color #33172E: hue angle of 310.71º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33172E is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB512346-
CMYK00.550.100.8
HSL310.71º37.84%14.51%-
HSV(B)310.71º54.9%20%-
XYZ2.161.512.76-
YUV33.99134.78140.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=42.5%
G=19.17%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51234600.550.100.8310.7137.8414.51
Hex33172E037A5013726f
Octal632756067121204674617
Binary110011101111011100110111101010100001001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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