#31230C

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

Shades of Black Magic #31230C

Tints of Black Magic #31230C

Color information

#31230C (or 0x31230C) is unknown color: approx Black Magic. HEX triplet: 31, 23 and 0C. RGB value is (49,35,12). Sum of RGB (Red+Green+Blue) = 49+35+12=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31230C is #CEDCF3. Grayscale: #242424. Windows color (decimal): -13556980 or 795441. OLE color: 795441.

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

Color convert

RGB493512-
CMYK00.290.760.81
HSL37.3º60.66%11.96%-
HSV(B)37.3º75.51%19.22%-
XYZ1.931.880.61-
YUV36.56114.14136.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=51.04%
G=36.46%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49351200.290.760.8137.360.6611.96
Hex3123C01D4C51253dc
Octal614314035114121457514
Binary1100011000111100011101100110010100011001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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