#382916

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

Shades of Black Magic #382916

Tints of Black Magic #382916

Color information

#382916 (or 0x382916) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 16. RGB value is (56,41,22). Sum of RGB (Red+Green+Blue) = 56+41+22=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382916 is #C7D6E9. Grayscale: #2B2B2B. Windows color (decimal): -13096682 or 1452344. OLE color: 1452344.

HSL color Cylindrical-coordinate representation of color #382916: hue angle of 33.53º 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 #382916 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB564122-
CMYK00.270.610.78
HSL33.53º43.59%15.29%-
HSV(B)33.53º60.71%21.96%-
XYZ2.572.481.1-
YUV43.32115.97137.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=47.06%
G=34.45%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56412200.270.610.7833.5343.5915.29
Hex38291601B3D4E222cf
Octal70512603375116425417
Binary1110001010011011001101111110110011101000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382916; }

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

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

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

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

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

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

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

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