#31250C

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

Shades of Black Magic #31250C

Tints of Black Magic #31250C

Color information

#31250C (or 0x31250C) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 0C. RGB value is (49,37,12). Sum of RGB (Red+Green+Blue) = 49+37+12=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250C is #CEDAF3. Grayscale: #252525. Windows color (decimal): -13556468 or 795953. OLE color: 795953.

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

Color convert

RGB493712-
CMYK00.240.760.81
HSL40.54º60.66%11.96%-
HSV(B)40.54º75.51%19.22%-
XYZ1.9920.63-
YUV37.74113.48136.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=50%
G=37.76%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371200.240.760.8140.5460.6611.96
Hex3125C0184C51293dc
Octal614514030114121517514
Binary1100011001011100011000100110010100011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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