#382D1F

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

Shades of Black Magic #382D1F

Tints of Black Magic #382D1F

Color information

#382D1F (or 0x382D1F) is unknown color: approx Black Magic. HEX triplet: 38, 2D and 1F. RGB value is (56,45,31). Sum of RGB (Red+Green+Blue) = 56+45+31=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D1F is #C7D2E0. Grayscale: #2E2E2E. Windows color (decimal): -13095649 or 2043192. OLE color: 2043192.

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

Color convert

RGB564531-
CMYK00.200.450.78
HSL33.6º28.74%17.06%-
HSV(B)33.6º44.64%21.96%-
XYZ2.822.821.69-
YUV46.69119.14134.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=42.42%
G=34.09%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56453100.200.450.7833.628.7417.06
Hex382D1F0142D4E221d11
Octal70553702455116423521
Binary1110001011011111101010010110110011101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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