#31260D

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

Shades of Black Magic #31260D

Tints of Black Magic #31260D

Color information

#31260D (or 0x31260D) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 0D. RGB value is (49,38,13). Sum of RGB (Red+Green+Blue) = 49+38+13=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31260D is #CED9F2. Grayscale: #262626. Windows color (decimal): -13556211 or 861745. OLE color: 861745.

HSL color Cylindrical-coordinate representation of color #31260D: hue angle of 41.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31260D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB493813-
CMYK00.220.730.81
HSL41.67º58.06%12.16%-
HSV(B)41.67º73.47%19.22%-
XYZ2.032.070.67-
YUV38.44113.64135.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 13 (5.47% from 255) = 13%
R=49%
G=38%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49381300.220.730.8141.6758.0612.16
Hex3126D01649512a3ac
Octal614615026111121527214
Binary1100011001101101010110100100110100011010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31260D; }

 p { color: rgb(49,38,13); }

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

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

 a { background-color: rgb(49,38,13); }

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

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

 span { border-color: rgb(49,38,13); }

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