#382A13

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

Shades of Black Magic #382A13

Tints of Black Magic #382A13

Color information

#382A13 (or 0x382A13) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 13. RGB value is (56,42,19). Sum of RGB (Red+Green+Blue) = 56+42+19=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A13 is #C7D5EC. Grayscale: #2B2B2B. Windows color (decimal): -13096429 or 1255992. OLE color: 1255992.

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

Color convert

RGB564219-
CMYK00.250.660.78
HSL37.3º49.33%14.71%-
HSV(B)37.3º66.07%21.96%-
XYZ2.582.540.97-
YUV43.56114.14136.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=47.86%
G=35.90%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56421900.250.660.7837.349.3314.71
Hex382A13019424E2531f
Octal705223031102116456117
Binary11100010101010011011001100001010011101001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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