#382E21

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

Shades of Black Magic #382E21

Tints of Black Magic #382E21

Color information

#382E21 (or 0x382E21) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 21. RGB value is (56,46,33). Sum of RGB (Red+Green+Blue) = 56+46+33=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E21 is #C7D1DE. Grayscale: #2F2F2F. Windows color (decimal): -13095391 or 2174520. OLE color: 2174520.

HSL color Cylindrical-coordinate representation of color #382E21: hue angle of 33.91º 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 #382E21 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB564633-
CMYK00.180.410.78
HSL33.91º25.84%17.45%-
HSV(B)33.91º41.07%21.96%-
XYZ2.882.91.85-
YUV47.51119.81134.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=41.48%
G=34.07%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463300.180.410.7833.9125.8417.45
Hex382E21012294E221a11
Octal70564102251116423221
Binary11100010111010000101001010100110011101000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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