#382606

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

Shades of Black Magic #382606

Tints of Black Magic #382606

Color information

#382606 (or 0x382606) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 06. RGB value is (56,38,6). Sum of RGB (Red+Green+Blue) = 56+38+6=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382606 is #C7D9F9. Grayscale: #272727. Windows color (decimal): -13097466 or 403000. OLE color: 403000.

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

Color convert

RGB56386-
CMYK00.320.890.78
HSL38.4º80.65%12.16%-
HSV(B)38.4º89.29%21.96%-
XYZ2.362.240.48-
YUV39.73108.96139.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 6 (2.73% from 255) = 6%
R=56%
G=38%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638600.320.890.7838.480.6512.16
Hex38266020594E2651c
Octal704660401311164612114
Binary11100010011011001000001011001100111010011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382606; }

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

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

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

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

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

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

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

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