#382233

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

Shades of Melanzane #382233

Tints of Melanzane #382233

Color information

#382233 (or 0x382233) is unknown color: approx Melanzane. HEX triplet: 38, 22 and 33. RGB value is (56,34,51). Sum of RGB (Red+Green+Blue) = 56+34+51=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382233 is #C7DDCC. Grayscale: #2A2A2A. Windows color (decimal): -13098445 or 3351096. OLE color: 3351096.

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

Color convert

RGB563451-
CMYK00.390.090.78
HSL313.64º24.44%17.65%-
HSV(B)313.64º39.29%21.96%-
XYZ2.82.223.41-
YUV42.52132.79137.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=39.72%
G=24.11%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56345100.390.090.78313.6424.4417.65
Hex38223302794E13a1812
Octal704263047111164723022
Binary1110001000101100110100111100110011101001110101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382233; }

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

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

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

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

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

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

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

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