#382906

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

Shades of Black Magic #382906

Tints of Black Magic #382906

Color information

#382906 (or 0x382906) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 06. RGB value is (56,41,6). Sum of RGB (Red+Green+Blue) = 56+41+6=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #382906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382906 is #C7D6F9. Grayscale: #292929. Windows color (decimal): -13096698 or 403768. OLE color: 403768.

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

Color convert

RGB56416-
CMYK00.270.890.78
HSL42º80.65%12.16%-
HSV(B)42º89.29%21.96%-
XYZ2.462.440.51-
YUV41.5107.97138.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=54.37%
G=39.81%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641600.270.890.784280.6512.16
Hex3829601B594E2a51c
Octal705160331311165212114
Binary1110001010011100110111011001100111010101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382906; }

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

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

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

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

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

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

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

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