#31250D

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

Shades of Black Magic #31250D

Tints of Black Magic #31250D

Color information

#31250D (or 0x31250D) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 0D. RGB value is (49,37,13). Sum of RGB (Red+Green+Blue) = 49+37+13=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250D is #CEDAF2. Grayscale: #252525. Windows color (decimal): -13556467 or 861489. OLE color: 861489.

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

Color convert

RGB493713-
CMYK00.240.730.81
HSL40º58.06%12.16%-
HSV(B)40º73.47%19.22%-
XYZ22.010.66-
YUV37.85113.98135.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=49.49%
G=37.37%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371300.240.730.814058.0612.16
Hex3125D0184951283ac
Octal614515030111121507214
Binary1100011001011101011000100100110100011010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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