#312505

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

Shades of Black Magic #312505

Tints of Black Magic #312505

Color information

#312505 (or 0x312505) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 05. RGB value is (49,37,5). Sum of RGB (Red+Green+Blue) = 49+37+5=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #312505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312505 is #CEDAFA. Grayscale: #252525. Windows color (decimal): -13556475 or 337201. OLE color: 337201.

HSL color Cylindrical-coordinate representation of color #312505: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #312505 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49375-
CMYK00.240.900.81
HSL43.64º81.48%10.59%-
HSV(B)43.64º89.8%19.22%-
XYZ1.961.990.42-
YUV36.94109.98136.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 5 (2.34% from 255) = 5.49%
R=53.85%
G=40.66%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4937500.240.900.8143.6481.4810.59
Hex312550185A512c51b
Octal614550301321215412113
Binary1100011001011010110001011010101000110110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312505; }

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

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

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

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

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

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

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

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