#381B30

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

Shades of Melanzane #381B30

Tints of Melanzane #381B30

Color information

#381B30 (or 0x381B30) is unknown color: approx Melanzane. HEX triplet: 38, 1B and 30. RGB value is (56,27,48). Sum of RGB (Red+Green+Blue) = 56+27+48=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B30 is #C7E4CF. Grayscale: #262626. Windows color (decimal): -13100240 or 3152696. OLE color: 3152696.

HSL color Cylindrical-coordinate representation of color #381B30: hue angle of 316.55º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B30 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB562748-
CMYK00.520.140.78
HSL316.55º34.94%16.27%-
HSV(B)316.55º51.79%21.96%-
XYZ2.561.843.02-
YUV38.06133.61140.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=42.75%
G=20.61%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56274800.520.140.78316.5534.9416.27
Hex381B30034E4E13d2310
Octal703360064161164754320
Binary1110001101111000001101001110100111010011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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