#382912

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

Shades of Black Magic #382912

Tints of Black Magic #382912

Color information

#382912 (or 0x382912) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 12. RGB value is (56,41,18). Sum of RGB (Red+Green+Blue) = 56+41+18=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382912 is #C7D6ED. Grayscale: #2A2A2A. Windows color (decimal): -13096686 or 1190200. OLE color: 1190200.

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

Color convert

RGB564118-
CMYK00.270.680.78
HSL36.32º51.35%14.51%-
HSV(B)36.32º67.86%21.96%-
XYZ2.532.470.92-
YUV42.86113.97137.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=48.70%
G=35.65%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56411800.270.680.7836.3251.3514.51
Hex38291201B444E2433f
Octal705122033104116446317
Binary11100010100110010011011100010010011101001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382912; }

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

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

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

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

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

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

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

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