#312C1F

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

Shades of Black Magic #312C1F

Tints of Black Magic #312C1F

Color information

#312C1F (or 0x312C1F) is unknown color: approx Black Magic. HEX triplet: 31, 2C and 1F. RGB value is (49,44,31). Sum of RGB (Red+Green+Blue) = 49+44+31=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1F is #CED3E0. Grayscale: #2C2C2C. Windows color (decimal): -13554657 or 2042929. OLE color: 2042929.

HSL color Cylindrical-coordinate representation of color #312C1F: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #312C1F is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB494431-
CMYK00.100.370.81
HSL43.33º22.5%15.69%-
HSV(B)43.33º36.73%19.22%-
XYZ2.412.551.66-
YUV44.01120.66131.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 31 (12.5% from 255) = 25%
R=39.52%
G=35.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49443100.100.370.8143.3322.515.69
Hex312C1F0A25512b1610
Octal61543701245121532620
Binary110001101100111110101010010110100011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C1F; }

 p { color: rgb(49,44,31); }

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

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

 a { background-color: rgb(49,44,31); }

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

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

 span { border-color: rgb(49,44,31); }

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