#381330

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

Shades of Melanzane #381330

Tints of Melanzane #381330

Color information

#381330 (or 0x381330) is unknown color: approx Melanzane. HEX triplet: 38, 13 and 30. RGB value is (56,19,48). Sum of RGB (Red+Green+Blue) = 56+19+48=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #381330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381330 is #C7ECCF. Grayscale: #212121. Windows color (decimal): -13102288 or 3150648. OLE color: 3150648.

HSL color Cylindrical-coordinate representation of color #381330: hue angle of 312.97º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381330 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB561948-
CMYK00.660.140.78
HSL312.97º49.33%14.71%-
HSV(B)312.97º66.07%21.96%-
XYZ2.41.522.96-
YUV33.37136.26144.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=45.53%
G=15.45%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56194800.660.140.78312.9749.3314.71
Hex381330042E4E13931f
Octal7023600102161164716117
Binary1110001001111000001000010111010011101001110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381330; }

 p { color: rgb(56,19,48); }

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

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

 a { background-color: rgb(56,19,48); }

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

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

 span { border-color: rgb(56,19,48); }

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