#382A12

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

Shades of Black Magic #382A12

Tints of Black Magic #382A12

Color information

#382A12 (or 0x382A12) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 12. RGB value is (56,42,18). Sum of RGB (Red+Green+Blue) = 56+42+18=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A12 is #C7D5ED. Grayscale: #2B2B2B. Windows color (decimal): -13096430 or 1190456. OLE color: 1190456.

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

Color convert

RGB564218-
CMYK00.250.680.78
HSL37.89º51.35%14.51%-
HSV(B)37.89º67.86%21.96%-
XYZ2.572.540.93-
YUV43.45113.64136.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=48.28%
G=36.21%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56421800.250.680.7837.8951.3514.51
Hex382A12019444E2633f
Octal705222031104116466317
Binary11100010101010010011001100010010011101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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