#312508

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

Shades of Black Magic #312508

Tints of Black Magic #312508

Color information

#312508 (or 0x312508) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 08. RGB value is (49,37,8). Sum of RGB (Red+Green+Blue) = 49+37+8=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #312508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312508 is #CEDAF7. Grayscale: #252525. Windows color (decimal): -13556472 or 533809. OLE color: 533809.

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

Color convert

RGB49378-
CMYK00.240.840.81
HSL42.44º71.93%11.18%-
HSV(B)42.44º83.67%19.22%-
XYZ1.971.990.51-
YUV37.28111.48136.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=52.13%
G=39.36%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4937800.240.840.8142.4471.9311.18
Hex3125801854512a48b
Octal6145100301241215211013
Binary11000110010110000110001010100101000110101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312508; }

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

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

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

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

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

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

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

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