#312813

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

Shades of Black Magic #312813

Tints of Black Magic #312813

Color information

#312813 (or 0x312813) is unknown color: approx Black Magic. HEX triplet: 31, 28 and 13. RGB value is (49,40,19). Sum of RGB (Red+Green+Blue) = 49+40+19=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312813 is #CED7EC. Grayscale: #282828. Windows color (decimal): -13555693 or 1255473. OLE color: 1255473.

HSL color Cylindrical-coordinate representation of color #312813: hue angle of 42º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312813 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB494019-
CMYK00.180.610.81
HSL42º44.12%13.33%-
HSV(B)42º61.22%19.22%-
XYZ2.142.220.93-
YUV40.3115.98134.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=45.37%
G=37.04%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49401900.180.610.814244.1213.33
Hex3128130123D512a2cd
Octal61502302275121525415
Binary1100011010001001101001011110110100011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312813; }

 p { color: rgb(49,40,19); }

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

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

 a { background-color: rgb(49,40,19); }

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

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

 span { border-color: rgb(49,40,19); }

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