#382E16

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

Shades of Black Magic #382E16

Tints of Black Magic #382E16

Color information

#382E16 (or 0x382E16) is unknown color: approx Black Magic. HEX triplet: 38, 2E and 16. RGB value is (56,46,22). Sum of RGB (Red+Green+Blue) = 56+46+22=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E16 is #C7D1E9. Grayscale: #2E2E2E. Windows color (decimal): -13095402 or 1453624. OLE color: 1453624.

HSL color Cylindrical-coordinate representation of color #382E16: hue angle of 42.35º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382E16 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB564622-
CMYK00.180.610.78
HSL42.35º43.59%15.29%-
HSV(B)42.35º60.71%21.96%-
XYZ2.752.851.16-
YUV46.25114.31134.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=45.16%
G=37.10%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56462200.180.610.7842.3543.5915.29
Hex382E160123D4E2a2cf
Octal70562602275116525417
Binary1110001011101011001001011110110011101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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