#31250E

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

Shades of Black Magic #31250E

Tints of Black Magic #31250E

Color information

#31250E (or 0x31250E) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 0E. RGB value is (49,37,14). Sum of RGB (Red+Green+Blue) = 49+37+14=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250E is #CEDAF1. Grayscale: #262626. Windows color (decimal): -13556466 or 927025. OLE color: 927025.

HSL color Cylindrical-coordinate representation of color #31250E: hue angle of 39.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31250E is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB493714-
CMYK00.240.710.81
HSL39.43º55.56%12.35%-
HSV(B)39.43º71.43%19.22%-
XYZ2.012.010.7-
YUV37.97114.48135.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 14 (5.86% from 255) = 14%
R=49%
G=37%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371400.240.710.8139.4355.5612.35
Hex3125E01847512738c
Octal614516030107121477014
Binary1100011001011110011000100011110100011001111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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