#381C33

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

Shades of Melanzane #381C33

Tints of Melanzane #381C33

Color information

#381C33 (or 0x381C33) is unknown color: approx Melanzane. HEX triplet: 38, 1C and 33. RGB value is (56,28,51). Sum of RGB (Red+Green+Blue) = 56+28+51=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #381C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C33 is #C7E3CC. Grayscale: #262626. Windows color (decimal): -13099981 or 3349560. OLE color: 3349560.

HSL color Cylindrical-coordinate representation of color #381C33: hue angle of 310.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C33 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB562851-
CMYK00.500.090.78
HSL310.71º33.33%16.47%-
HSV(B)310.71º50%21.96%-
XYZ2.641.913.36-
YUV38.99134.78140.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=41.48%
G=20.74%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56285100.500.090.78310.7133.3316.47
Hex381C3303294E1372110
Octal703463062111164674120
Binary1110001110011001101100101001100111010011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C33; }

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

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

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

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

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

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

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

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