#312719

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

Shades of Black Magic #312719

Tints of Black Magic #312719

Color information

#312719 (or 0x312719) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 19. RGB value is (49,39,25). Sum of RGB (Red+Green+Blue) = 49+39+25=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312719 is #CED8E6. Grayscale: #282828. Windows color (decimal): -13555943 or 1648433. OLE color: 1648433.

HSL color Cylindrical-coordinate representation of color #312719: hue angle of 35º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312719 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB493925-
CMYK00.200.490.81
HSL35º32.43%14.51%-
HSV(B)35º48.98%19.22%-
XYZ2.172.171.23-
YUV40.39119.31134.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=43.36%
G=34.51%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392500.200.490.813532.4314.51
Hex31271901431512320f
Octal61473102461121434017
Binary1100011001111100101010011000110100011000111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312719; }

 p { color: rgb(49,39,25); }

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

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

 a { background-color: rgb(49,39,25); }

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

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

 span { border-color: rgb(49,39,25); }

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