#382F21

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

Shades of Black Magic #382F21

Tints of Black Magic #382F21

Color information

#382F21 (or 0x382F21) is unknown color: approx Black Magic. HEX triplet: 38, 2F and 21. RGB value is (56,47,33). Sum of RGB (Red+Green+Blue) = 56+47+33=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F21 is #C7D0DE. Grayscale: #303030. Windows color (decimal): -13095135 or 2174776. OLE color: 2174776.

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

Color convert

RGB564733-
CMYK00.160.410.78
HSL36.52º25.84%17.45%-
HSV(B)36.52º41.07%21.96%-
XYZ2.922.981.86-
YUV48.1119.48133.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=41.18%
G=34.56%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473300.160.410.7836.5225.8417.45
Hex382F21010294E251a11
Octal70574102051116453221
Binary11100010111110000101000010100110011101001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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