#382033

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

Shades of Melanzane #382033

Tints of Melanzane #382033

Color information

#382033 (or 0x382033) is unknown color: approx Melanzane. HEX triplet: 38, 20 and 33. RGB value is (56,32,51). Sum of RGB (Red+Green+Blue) = 56+32+51=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382033 is #C7DFCC. Grayscale: #292929. Windows color (decimal): -13098957 or 3350584. OLE color: 3350584.

HSL color Cylindrical-coordinate representation of color #382033: hue angle of 312.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382033 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB563251-
CMYK00.430.090.78
HSL312.5º27.27%17.25%-
HSV(B)312.5º42.86%21.96%-
XYZ2.742.113.4-
YUV41.34133.45138.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=40.29%
G=23.02%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56325100.430.090.78312.527.2717.25
Hex38203302B94E1381b11
Octal704063053111164703321
Binary1110001000001100110101011100110011101001110001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382033; }

 p { color: rgb(56,32,51); }

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

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

 a { background-color: rgb(56,32,51); }

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

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

 span { border-color: rgb(56,32,51); }

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