#31250B

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

Shades of Black Magic #31250B

Tints of Black Magic #31250B

Color information

#31250B (or 0x31250B) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 0B. RGB value is (49,37,11). Sum of RGB (Red+Green+Blue) = 49+37+11=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31250B is #CEDAF4. Grayscale: #252525. Windows color (decimal): -13556469 or 730417. OLE color: 730417.

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

Color convert

RGB493711-
CMYK00.240.780.81
HSL41.05º63.33%11.76%-
HSV(B)41.05º77.55%19.22%-
XYZ1.9920.6-
YUV37.62112.98136.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=50.52%
G=38.14%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371100.240.780.8141.0563.3311.76
Hex3125B0184E51293fc
Octal614513030116121517714
Binary1100011001011011011000100111010100011010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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