#382D1E

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

Shades of Black Magic #382D1E

Tints of Black Magic #382D1E

Color information

#382D1E (or 0x382D1E) is unknown color: approx Black Magic. HEX triplet: 38, 2D and 1E. RGB value is (56,45,30). Sum of RGB (Red+Green+Blue) = 56+45+30=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D1E is #C7D2E1. Grayscale: #2E2E2E. Windows color (decimal): -13095650 or 1977656. OLE color: 1977656.

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

Color convert

RGB564530-
CMYK00.200.460.78
HSL34.62º30.23%16.86%-
HSV(B)34.62º46.43%21.96%-
XYZ2.82.811.62-
YUV46.58118.64134.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=42.75%
G=34.35%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56453000.200.460.7834.6230.2316.86
Hex382D1E0142E4E231e11
Octal70553602456116433621
Binary1110001011011111001010010111010011101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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