#38192F

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

Shades of Melanzane #38192F

Tints of Melanzane #38192F

Color information

#38192F (or 0x38192F) is unknown color: approx Melanzane. HEX triplet: 38, 19 and 2F. RGB value is (56,25,47). Sum of RGB (Red+Green+Blue) = 56+25+47=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #38192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38192F is #C7E6D0. Grayscale: #242424. Windows color (decimal): -13100753 or 3086648. OLE color: 3086648.

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

Color convert

RGB562547-
CMYK00.550.160.78
HSL317.42º38.27%15.88%-
HSV(B)317.42º55.36%21.96%-
XYZ2.491.742.89-
YUV36.78133.77141.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=43.75%
G=19.53%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56254700.550.160.78317.4238.2715.88
Hex38192F037104E13d2610
Octal703157067201164754620
Binary11100011001101111011011110000100111010011110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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