#382D19

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

Shades of Black Magic #382D19

Tints of Black Magic #382D19

Color information

#382D19 (or 0x382D19) is unknown color: approx Black Magic. HEX triplet: 38, 2D and 19. RGB value is (56,45,25). Sum of RGB (Red+Green+Blue) = 56+45+25=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D19 is #C7D2E6. Grayscale: #2E2E2E. Windows color (decimal): -13095655 or 1649976. OLE color: 1649976.

HSL color Cylindrical-coordinate representation of color #382D19: hue angle of 38.71º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382D19 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB564525-
CMYK00.200.550.78
HSL38.71º38.27%15.88%-
HSV(B)38.71º55.36%21.96%-
XYZ2.742.791.31-
YUV46.01116.14135.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=44.44%
G=35.71%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56452500.200.550.7838.7138.2715.88
Hex382D19014374E272610
Octal70553102467116474620
Binary11100010110111001010100110111100111010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,25); }

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

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

 a { background-color: rgb(56,45,25); }

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

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

 span { border-color: rgb(56,45,25); }

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