#33142A

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

Shades of Melanzane #33142A

Tints of Melanzane #33142A

Color information

#33142A (or 0x33142A) is unknown color: approx Melanzane. HEX triplet: 33, 14 and 2A. RGB value is (51,20,42). Sum of RGB (Red+Green+Blue) = 51+20+42=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33142A is #CCEBD5. Grayscale: #1F1F1F. Windows color (decimal): -13429718 or 2757683. OLE color: 2757683.

HSL color Cylindrical-coordinate representation of color #33142A: hue angle of 317.42º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33142A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB512042-
CMYK00.610.180.8
HSL317.42º43.66%13.92%-
HSV(B)317.42º60.78%20%-
XYZ2.031.372.35-
YUV31.78133.77141.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=45.13%
G=17.70%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51204200.610.180.8317.4243.6613.92
Hex33142A03D125013d2ce
Octal632452075221204755416
Binary1100111010010101001111011001010100001001111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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