#382F20

Color #382F20 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #382F20

Tints of Black Magic #382F20

Color information

#382F20 (or 0x382F20) is unknown color: approx Black Magic. HEX triplet: 38, 2F and 20. RGB value is (56,47,32). Sum of RGB (Red+Green+Blue) = 56+47+32=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F20 is #C7D0DF. Grayscale: #303030. Windows color (decimal): -13095136 or 2109240. OLE color: 2109240.

HSL color Cylindrical-coordinate representation of color #382F20: hue angle of 37.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 #382F20 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB564732-
CMYK00.160.430.78
HSL37.5º27.27%17.25%-
HSV(B)37.5º42.86%21.96%-
XYZ2.912.981.79-
YUV47.98118.98133.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473200.160.430.7837.527.2717.25
Hex382F200102B4E261b11
Octal70574002053116463321
Binary11100010111110000001000010101110011101001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382F20; }

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

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

<style>
 a { background-color: #382F20; }

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

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

<style>
 span { border-color: #382F20; }

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

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