#382E15

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

Shades of Black Magic #382E15

Tints of Black Magic #382E15

Color information

#382E15 (or 0x382E15) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 15. RGB value is (56,46,21). Sum of RGB (Red+Green+Blue) = 56+46+21=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E15 is #C7D1EA. Grayscale: #2E2E2E. Windows color (decimal): -13095403 or 1388088. OLE color: 1388088.

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

Color convert

RGB564621-
CMYK00.180.630.78
HSL42.86º45.45%15.1%-
HSV(B)42.86º62.5%21.96%-
XYZ2.742.851.11-
YUV46.14113.81135.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=45.53%
G=37.40%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56462100.180.630.7842.8645.4515.1
Hex382E150123F4E2b2df
Octal70562502277116535517
Binary1110001011101010101001011111110011101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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