#382915

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

Shades of Black Magic #382915

Tints of Black Magic #382915

Color information

#382915 (or 0x382915) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 15. RGB value is (56,41,21). Sum of RGB (Red+Green+Blue) = 56+41+21=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382915 is #C7D6EA. Grayscale: #2B2B2B. Windows color (decimal): -13096683 or 1386808. OLE color: 1386808.

HSL color Cylindrical-coordinate representation of color #382915: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382915 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB564121-
CMYK00.270.630.78
HSL34.29º45.45%15.1%-
HSV(B)34.29º62.5%21.96%-
XYZ2.562.481.05-
YUV43.2115.47137.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=47.46%
G=34.75%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56412100.270.630.7834.2945.4515.1
Hex38291501B3F4E222df
Octal70512503377116425517
Binary1110001010011010101101111111110011101000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382915; }

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

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

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

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

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

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

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

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