#312407

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

Shades of Black Magic #312407

Tints of Black Magic #312407

Color information

#312407 (or 0x312407) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 07. RGB value is (49,36,7). Sum of RGB (Red+Green+Blue) = 49+36+7=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #312407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312407 is #CEDBF8. Grayscale: #242424. Windows color (decimal): -13556729 or 468017. OLE color: 468017.

HSL color Cylindrical-coordinate representation of color #312407: hue angle of 41.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312407 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB49367-
CMYK00.270.860.81
HSL41.43º75%10.98%-
HSV(B)41.43º85.71%19.22%-
XYZ1.941.930.47-
YUV36.58111.31136.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=53.26%
G=39.13%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4936700.270.860.8141.437510.98
Hex3124701B5651294bb
Octal614470331261215111313
Binary1100011001001110110111010110101000110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312407; }

 p { color: rgb(49,36,7); }

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

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

 a { background-color: rgb(49,36,7); }

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

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

 span { border-color: rgb(49,36,7); }

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