#382C14

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

Shades of Black Magic #382C14

Tints of Black Magic #382C14

Color information

#382C14 (or 0x382C14) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 14. RGB value is (56,44,20). Sum of RGB (Red+Green+Blue) = 56+44+20=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C14 is #C7D3EB. Grayscale: #2C2C2C. Windows color (decimal): -13095916 or 1322040. OLE color: 1322040.

HSL color Cylindrical-coordinate representation of color #382C14: hue angle of 40º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382C14 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB564420-
CMYK00.210.640.78
HSL40º47.37%14.9%-
HSV(B)40º64.29%21.96%-
XYZ2.662.691.04-
YUV44.85113.98135.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=46.67%
G=36.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56442000.210.640.784047.3714.9
Hex382C14015404E282ff
Octal705424025100116505717
Binary11100010110010100010101100000010011101010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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