#382C13

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

Shades of Black Magic #382C13

Tints of Black Magic #382C13

Color information

#382C13 (or 0x382C13) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 13. RGB value is (56,44,19). Sum of RGB (Red+Green+Blue) = 56+44+19=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C13 is #C7D3EC. Grayscale: #2C2C2C. Windows color (decimal): -13095917 or 1256504. OLE color: 1256504.

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

Color convert

RGB564419-
CMYK00.210.660.78
HSL40.54º49.33%14.71%-
HSV(B)40.54º66.07%21.96%-
XYZ2.652.691-
YUV44.74113.48136.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=47.06%
G=36.97%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56441900.210.660.7840.5449.3314.71
Hex382C13015424E2931f
Octal705423025102116516117
Binary11100010110010011010101100001010011101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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