#382E22

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

Shades of Black Magic #382E22

Tints of Black Magic #382E22

Color information

#382E22 (or 0x382E22) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 22. RGB value is (56,46,34). Sum of RGB (Red+Green+Blue) = 56+46+34=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E22 is #C7D1DD. Grayscale: #2F2F2F. Windows color (decimal): -13095390 or 2240056. OLE color: 2240056.

HSL color Cylindrical-coordinate representation of color #382E22: hue angle of 32.73º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382E22 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB564634-
CMYK00.180.390.78
HSL32.73º24.44%17.65%-
HSV(B)32.73º39.29%21.96%-
XYZ2.92.911.92-
YUV47.62120.31133.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 34 (13.67% from 255) = 25%
R=41.18%
G=33.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463400.180.390.7832.7324.4417.65
Hex382E22012274E211812
Octal70564202247116413022
Binary11100010111010001001001010011110011101000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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