#31240F

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

Shades of Black Magic #31240F

Tints of Black Magic #31240F

Color information

#31240F (or 0x31240F) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 0F. RGB value is (49,36,15). Sum of RGB (Red+Green+Blue) = 49+36+15=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240F is #CEDBF0. Grayscale: #252525. Windows color (decimal): -13556721 or 992305. OLE color: 992305.

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

Color convert

RGB493615-
CMYK00.270.690.81
HSL37.06º53.12%12.55%-
HSV(B)37.06º69.39%19.22%-
XYZ1.981.950.72-
YUV37.49115.31136.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 15 (6.25% from 255) = 15%
R=49%
G=36%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361500.270.690.8137.0653.1212.55
Hex3124F01B45512535d
Octal614417033105121456515
Binary1100011001001111011011100010110100011001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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