#382B15

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

Shades of Black Magic #382B15

Tints of Black Magic #382B15

Color information

#382B15 (or 0x382B15) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 15. RGB value is (56,43,21). Sum of RGB (Red+Green+Blue) = 56+43+21=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B15 is #C7D4EA. Grayscale: #2C2C2C. Windows color (decimal): -13096171 or 1387320. OLE color: 1387320.

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

Color convert

RGB564321-
CMYK00.230.630.78
HSL37.71º45.45%15.1%-
HSV(B)37.71º62.5%21.96%-
XYZ2.632.621.08-
YUV44.38114.81136.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 43 (17.19% from 255) = 35.83%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=46.67%
G=35.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56432100.230.630.7837.7145.4515.1
Hex382B150173F4E262df
Octal70532502777116465517
Binary1110001010111010101011111111110011101001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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