#31230E

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

Shades of Black Magic #31230E

Tints of Black Magic #31230E

Color information

#31230E (or 0x31230E) is unknown color: approx Black Magic. HEX triplet: 31, 23 and 0E. RGB value is (49,35,14). Sum of RGB (Red+Green+Blue) = 49+35+14=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31230E is #CEDCF1. Grayscale: #242424. Windows color (decimal): -13556978 or 926513. OLE color: 926513.

HSL color Cylindrical-coordinate representation of color #31230E: hue angle of 36º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31230E is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB493514-
CMYK00.290.710.81
HSL36º55.56%12.35%-
HSV(B)36º71.43%19.22%-
XYZ1.951.890.68-
YUV36.79115.14136.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=50%
G=35.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49351400.290.710.813655.5612.35
Hex3123E01D47512438c
Octal614316035107121447014
Binary1100011000111110011101100011110100011001001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31230E; }

 p { color: rgb(49,35,14); }

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

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

 a { background-color: rgb(49,35,14); }

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

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

 span { border-color: rgb(49,35,14); }

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