#312610

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

Shades of Black Magic #312610

Tints of Black Magic #312610

Color information

#312610 (or 0x312610) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 10. RGB value is (49,38,16). Sum of RGB (Red+Green+Blue) = 49+38+16=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312610 is #CED9EF. Grayscale: #262626. Windows color (decimal): -13556208 or 1058353. OLE color: 1058353.

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

Color convert

RGB493816-
CMYK00.220.670.81
HSL40º50.77%12.75%-
HSV(B)40º67.35%19.22%-
XYZ2.052.080.78-
YUV38.78115.14135.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=47.57%
G=36.89%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49381600.220.670.814050.7712.75
Hex31261001643512833d
Octal614620026103121506315
Binary11000110011010000010110100001110100011010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312610; }

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

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

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

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

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

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

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

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