#382433

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

Shades of Melanzane #382433

Tints of Melanzane #382433

Color information

#382433 (or 0x382433) is unknown color: approx Melanzane. HEX triplet: 38, 24 and 33. RGB value is (56,36,51). Sum of RGB (Red+Green+Blue) = 56+36+51=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382433 is #C7DBCC. Grayscale: #2B2B2B. Windows color (decimal): -13097933 or 3351608. OLE color: 3351608.

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

Color convert

RGB563651-
CMYK00.360.090.78
HSL315º21.74%18.04%-
HSV(B)315º35.71%21.96%-
XYZ2.862.343.43-
YUV43.69132.13136.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=39.16%
G=25.17%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56365100.360.090.7831521.7418.04
Hex38243302494E13b1612
Octal704463044111164732622
Binary1110001001001100110100100100110011101001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382433; }

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

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

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

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

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

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

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

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