#382E1C

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

Shades of Black Magic #382E1C

Tints of Black Magic #382E1C

Color information

#382E1C (or 0x382E1C) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 1C. RGB value is (56,46,28). Sum of RGB (Red+Green+Blue) = 56+46+28=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1C is #C7D1E3. Grayscale: #2F2F2F. Windows color (decimal): -13095396 or 1846840. OLE color: 1846840.

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

Color convert

RGB564628-
CMYK00.180.500.78
HSL38.57º33.33%16.47%-
HSV(B)38.57º50%21.96%-
XYZ2.822.881.51-
YUV46.94117.31134.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=43.08%
G=35.38%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56462800.180.500.7838.5733.3316.47
Hex382E1C012324E272110
Octal70563402262116474120
Binary11100010111011100010010110010100111010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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