#382D1C

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

Shades of Black Magic #382D1C

Tints of Black Magic #382D1C

Color information

#382D1C (or 0x382D1C) is unknown color: approx Black Magic. HEX triplet: 38, 2D and 1C. RGB value is (56,45,28). Sum of RGB (Red+Green+Blue) = 56+45+28=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D1C is #C7D2E3. Grayscale: #2E2E2E. Windows color (decimal): -13095652 or 1846584. OLE color: 1846584.

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

Color convert

RGB564528-
CMYK00.200.500.78
HSL36.43º33.33%16.47%-
HSV(B)36.43º50%21.96%-
XYZ2.782.81.49-
YUV46.35117.64134.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=43.41%
G=34.88%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56452800.200.500.7836.4333.3316.47
Hex382D1C014324E242110
Octal70553402462116444120
Binary11100010110111100010100110010100111010010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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