#382A10

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

Shades of Black Magic #382A10

Tints of Black Magic #382A10

Color information

#382A10 (or 0x382A10) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 10. RGB value is (56,42,16). Sum of RGB (Red+Green+Blue) = 56+42+16=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A10 is #C7D5EF. Grayscale: #2B2B2B. Windows color (decimal): -13096432 or 1059384. OLE color: 1059384.

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

Color convert

RGB564216-
CMYK00.250.710.78
HSL39º55.56%14.12%-
HSV(B)39º71.43%21.96%-
XYZ2.552.530.84-
YUV43.22112.64137.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=49.12%
G=36.84%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56421600.250.710.783955.5614.12
Hex382A10019474E2738e
Octal705220031107116477016
Binary11100010101010000011001100011110011101001111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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