#38202F

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

Shades of Melanzane #38202F

Tints of Melanzane #38202F

Color information

#38202F (or 0x38202F) is unknown color: approx Melanzane. HEX triplet: 38, 20 and 2F. RGB value is (56,32,47). Sum of RGB (Red+Green+Blue) = 56+32+47=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202F is #C7DFD0. Grayscale: #282828. Windows color (decimal): -13098961 or 3088440. OLE color: 3088440.

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

Color convert

RGB563247-
CMYK00.430.160.78
HSL322.5º27.27%17.25%-
HSV(B)322.5º42.86%21.96%-
XYZ2.662.082.95-
YUV40.89131.45138.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=41.48%
G=23.70%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56324700.430.160.78322.527.2717.25
Hex38202F02B104E1421b11
Octal704057053201165023321
Binary11100010000010111101010111000010011101010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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