#382811

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

Shades of Black Magic #382811

Tints of Black Magic #382811

Color information

#382811 (or 0x382811) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 11. RGB value is (56,40,17). Sum of RGB (Red+Green+Blue) = 56+40+17=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382811 is #C7D7EE. Grayscale: #2A2A2A. Windows color (decimal): -13096943 or 1124408. OLE color: 1124408.

HSL color Cylindrical-coordinate representation of color #382811: hue angle of 35.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382811 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB564017-
CMYK00.290.700.78
HSL35.38º53.42%14.31%-
HSV(B)35.38º69.64%21.96%-
XYZ2.492.40.86-
YUV42.16113.8137.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=49.56%
G=35.40%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56401700.290.700.7835.3853.4214.31
Hex38281101D464E2335e
Octal705021035106116436516
Binary11100010100010001011101100011010011101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382811; }

 p { color: rgb(56,40,17); }

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

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

 a { background-color: rgb(56,40,17); }

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

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

 span { border-color: rgb(56,40,17); }

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