#381E2F

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

Shades of Melanzane #381E2F

Tints of Melanzane #381E2F

Color information

#381E2F (or 0x381E2F) is unknown color: approx Melanzane. HEX triplet: 38, 1E and 2F. RGB value is (56,30,47). Sum of RGB (Red+Green+Blue) = 56+30+47=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E2F is #C7E1D0. Grayscale: #272727. Windows color (decimal): -13099473 or 3087928. OLE color: 3087928.

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

Color convert

RGB563047-
CMYK00.460.160.78
HSL320.77º30.23%16.86%-
HSV(B)320.77º46.43%21.96%-
XYZ2.611.972.93-
YUV39.71132.11139.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=42.11%
G=22.56%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56304700.460.160.78320.7730.2316.86
Hex381E2F02E104E1411e11
Octal703657056201165013621
Binary1110001111010111101011101000010011101010000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,47); }

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

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

 a { background-color: rgb(56,30,47); }

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

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

 span { border-color: rgb(56,30,47); }

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