#381630

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

Shades of Melanzane #381630

Tints of Melanzane #381630

Color information

#381630 (or 0x381630) is unknown color: approx Melanzane. HEX triplet: 38, 16 and 30. RGB value is (56,22,48). Sum of RGB (Red+Green+Blue) = 56+22+48=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381630 is #C7E9CF. Grayscale: #232323. Windows color (decimal): -13101520 or 3151416. OLE color: 3151416.

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

Color convert

RGB562248-
CMYK00.610.140.78
HSL314.12º43.59%15.29%-
HSV(B)314.12º60.71%21.96%-
XYZ2.451.632.98-
YUV35.13135.26142.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=44.44%
G=17.46%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224800.610.140.78314.1243.5915.29
Hex38163003DE4E13a2cf
Octal702660075161164725417
Binary111000101101100000111101111010011101001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381630; }

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

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

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

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

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

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

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

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