#31260F

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

Shades of Black Magic #31260F

Tints of Black Magic #31260F

Color information

#31260F (or 0x31260F) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 0F. RGB value is (49,38,15). Sum of RGB (Red+Green+Blue) = 49+38+15=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31260F is #CED9F0. Grayscale: #262626. Windows color (decimal): -13556209 or 992817. OLE color: 992817.

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

Color convert

RGB493815-
CMYK00.220.690.81
HSL40.59º53.12%12.55%-
HSV(B)40.59º69.39%19.22%-
XYZ2.052.070.74-
YUV38.67114.64135.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=48.04%
G=37.25%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49381500.220.690.8140.5953.1212.55
Hex3126F01645512935d
Octal614617026105121516515
Binary1100011001101111010110100010110100011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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