#382806

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

Shades of Black Magic #382806

Tints of Black Magic #382806

Color information

#382806 (or 0x382806) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 06. RGB value is (56,40,6). Sum of RGB (Red+Green+Blue) = 56+40+6=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382806 is #C7D7F9. Grayscale: #292929. Windows color (decimal): -13096954 or 403512. OLE color: 403512.

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

Color convert

RGB56406-
CMYK00.290.890.78
HSL40.8º80.65%12.16%-
HSV(B)40.8º89.29%21.96%-
XYZ2.422.370.5-
YUV40.91108.3138.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=54.90%
G=39.22%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640600.290.890.7840.880.6512.16
Hex3828601D594E2951c
Octal705060351311165112114
Binary1110001010001100111011011001100111010100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382806; }

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

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

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

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

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

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

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

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