#33112B

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

Shades of Melanzane #33112B

Tints of Melanzane #33112B

Color information

#33112B (or 0x33112B) is unknown color: approx Melanzane. HEX triplet: 33, 11 and 2B. RGB value is (51,17,43). Sum of RGB (Red+Green+Blue) = 51+17+43=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #33112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33112B is #CCEED4. Grayscale: #1E1E1E. Windows color (decimal): -13430485 or 2822451. OLE color: 2822451.

HSL color Cylindrical-coordinate representation of color #33112B: hue angle of 314.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33112B is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB511743-
CMYK00.670.160.8
HSL314.12º50%13.33%-
HSV(B)314.12º66.67%20%-
XYZ21.282.43-
YUV30.13135.26142.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=45.95%
G=15.32%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51174300.670.160.8314.125013.33
Hex33112B043105013a32d
Octal6321530103201204726215
Binary11001110001101011010000111000010100001001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,17,43); }

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

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

 a { background-color: rgb(51,17,43); }

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

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

 span { border-color: rgb(51,17,43); }

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