#312608

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

Shades of Black Magic #312608

Tints of Black Magic #312608

Color information

#312608 (or 0x312608) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 08. RGB value is (49,38,8). Sum of RGB (Red+Green+Blue) = 49+38+8=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312608 is #CED9F7. Grayscale: #262626. Windows color (decimal): -13556216 or 534065. OLE color: 534065.

HSL color Cylindrical-coordinate representation of color #312608: hue angle of 43.9º 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 #312608 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB49388-
CMYK00.220.840.81
HSL43.9º71.93%11.18%-
HSV(B)43.9º83.67%19.22%-
XYZ22.060.52-
YUV37.87111.14135.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=51.58%
G=40%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4938800.220.840.8143.971.9311.18
Hex3126801654512c48b
Octal6146100261241215411013
Binary11000110011010000101101010100101000110110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312608; }

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

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

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

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

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

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

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

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