#31250F

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

Shades of Black Magic #31250F

Tints of Black Magic #31250F

Color information

#31250F (or 0x31250F) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 0F. RGB value is (49,37,15). Sum of RGB (Red+Green+Blue) = 49+37+15=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250F is #CEDAF0. Grayscale: #262626. Windows color (decimal): -13556465 or 992561. OLE color: 992561.

HSL color Cylindrical-coordinate representation of color #31250F: hue angle of 38.82º 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 #31250F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB493715-
CMYK00.240.690.81
HSL38.82º53.12%12.55%-
HSV(B)38.82º69.39%19.22%-
XYZ2.012.010.73-
YUV38.08114.98135.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=48.51%
G=36.63%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371500.240.690.8138.8253.1212.55
Hex3125F01845512735d
Octal614517030105121476515
Binary1100011001011111011000100010110100011001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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