#382C15

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

Shades of Black Magic #382C15

Tints of Black Magic #382C15

Color information

#382C15 (or 0x382C15) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 15. RGB value is (56,44,21). Sum of RGB (Red+Green+Blue) = 56+44+21=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C15 is #C7D3EA. Grayscale: #2D2D2D. Windows color (decimal): -13095915 or 1387576. OLE color: 1387576.

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

Color convert

RGB564421-
CMYK00.210.630.78
HSL39.43º45.45%15.1%-
HSV(B)39.43º62.5%21.96%-
XYZ2.672.71.09-
YUV44.97114.48135.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=46.28%
G=36.36%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56442100.210.630.7839.4345.4515.1
Hex382C150153F4E272df
Octal70542502577116475517
Binary1110001011001010101010111111110011101001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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