#382E1F

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

Shades of Black Magic #382E1F

Tints of Black Magic #382E1F

Color information

#382E1F (or 0x382E1F) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 1F. RGB value is (56,46,31). Sum of RGB (Red+Green+Blue) = 56+46+31=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E1F is #C7D1E0. Grayscale: #2F2F2F. Windows color (decimal): -13095393 or 2043448. OLE color: 2043448.

HSL color Cylindrical-coordinate representation of color #382E1F: hue angle of 36º 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 #382E1F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB564631-
CMYK00.180.450.78
HSL36º28.74%17.06%-
HSV(B)36º44.64%21.96%-
XYZ2.862.891.7-
YUV47.28118.81134.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=42.11%
G=34.59%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56463100.180.450.783628.7417.06
Hex382E1F0122D4E241d11
Octal70563702255116443521
Binary1110001011101111101001010110110011101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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