#31270D

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

Shades of Black Magic #31270D

Tints of Black Magic #31270D

Color information

#31270D (or 0x31270D) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 0D. RGB value is (49,39,13). Sum of RGB (Red+Green+Blue) = 49+39+13=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31270D is #CED8F2. Grayscale: #272727. Windows color (decimal): -13555955 or 862001. OLE color: 862001.

HSL color Cylindrical-coordinate representation of color #31270D: hue angle of 43.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31270D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB493913-
CMYK00.200.730.81
HSL43.33º58.06%12.16%-
HSV(B)43.33º73.47%19.22%-
XYZ2.062.130.68-
YUV39.03113.31135.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=48.51%
G=38.61%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49391300.200.730.8143.3358.0612.16
Hex3127D01449512b3ac
Octal614715024111121537214
Binary1100011001111101010100100100110100011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31270D; }

 p { color: rgb(49,39,13); }

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

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

 a { background-color: rgb(49,39,13); }

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

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

 span { border-color: rgb(49,39,13); }

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