#312617

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

Shades of Black Magic #312617

Tints of Black Magic #312617

Color information

#312617 (or 0x312617) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 17. RGB value is (49,38,23). Sum of RGB (Red+Green+Blue) = 49+38+23=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312617 is #CED9E8. Grayscale: #272727. Windows color (decimal): -13556201 or 1517105. OLE color: 1517105.

HSL color Cylindrical-coordinate representation of color #312617: hue angle of 34.62º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312617 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB493823-
CMYK00.220.530.81
HSL34.62º36.11%14.12%-
HSV(B)34.62º53.06%19.22%-
XYZ2.112.11.1-
YUV39.58118.64134.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=44.55%
G=34.55%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49382300.220.530.8134.6236.1114.12
Hex31261701635512324e
Octal61462702665121434416
Binary1100011001101011101011011010110100011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312617; }

 p { color: rgb(49,38,23); }

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

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

 a { background-color: rgb(49,38,23); }

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

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

 span { border-color: rgb(49,38,23); }

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