#33172A

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

Shades of Melanzane #33172A

Tints of Melanzane #33172A

Color information

#33172A (or 0x33172A) is unknown color: approx Melanzane. HEX triplet: 33, 17 and 2A. RGB value is (51,23,42). Sum of RGB (Red+Green+Blue) = 51+23+42=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33172A is #CCE8D5. Grayscale: #212121. Windows color (decimal): -13428950 or 2758451. OLE color: 2758451.

HSL color Cylindrical-coordinate representation of color #33172A: hue angle of 319.29º 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 #33172A is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB512342-
CMYK00.550.180.8
HSL319.29º37.84%14.51%-
HSV(B)319.29º54.9%20%-
XYZ2.091.482.37-
YUV33.54132.78140.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=43.97%
G=19.83%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51234200.550.180.8319.2937.8414.51
Hex33172A037125013f26f
Octal632752067221204774617
Binary1100111011110101001101111001010100001001111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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