#38152F

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

Shades of Melanzane #38152F

Tints of Melanzane #38152F

Color information

#38152F (or 0x38152F) is unknown color: approx Melanzane. HEX triplet: 38, 15 and 2F. RGB value is (56,21,47). Sum of RGB (Red+Green+Blue) = 56+21+47=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152F is #C7EAD0. Grayscale: #222222. Windows color (decimal): -13101777 or 3085624. OLE color: 3085624.

HSL color Cylindrical-coordinate representation of color #38152F: hue angle of 315.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB562147-
CMYK00.630.160.78
HSL315.43º45.45%15.1%-
HSV(B)315.43º62.5%21.96%-
XYZ2.411.582.87-
YUV34.43135.1143.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=45.16%
G=16.94%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214700.630.160.78315.4345.4515.1
Hex38152F03F104E13b2df
Octal702557077201164735517
Binary1110001010110111101111111000010011101001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38152F; }

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

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

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

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

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

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

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

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