#382D13

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

Shades of Black Magic #382D13

Tints of Black Magic #382D13

Color information

#382D13 (or 0x382D13) is unknown color: approx Black Magic. HEX triplet: 38, 2D and 13. RGB value is (56,45,19). Sum of RGB (Red+Green+Blue) = 56+45+19=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D13 is #C7D2EC. Grayscale: #2D2D2D. Windows color (decimal): -13095661 or 1256760. OLE color: 1256760.

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

Color convert

RGB564519-
CMYK00.200.660.78
HSL42.16º49.33%14.71%-
HSV(B)42.16º66.07%21.96%-
XYZ2.692.761.01-
YUV45.32113.14135.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=46.67%
G=37.5%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56451900.200.660.7842.1649.3314.71
Hex382D13014424E2a31f
Octal705523024102116526117
Binary11100010110110011010100100001010011101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,19); }

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

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

 a { background-color: rgb(56,45,19); }

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

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

 span { border-color: rgb(56,45,19); }

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