#2A2113

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

Shades of Black Magic #2A2113

Tints of Black Magic #2A2113

Color information

#2A2113 (or 0x2A2113) is unknown color: approx Black Magic. HEX triplet: 2A, 21 and 13. RGB value is (42,33,19). Sum of RGB (Red+Green+Blue) = 42+33+19=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2113 is #D5DEEC. Grayscale: #222222. Windows color (decimal): -14016237 or 1253674. OLE color: 1253674.

HSL color Cylindrical-coordinate representation of color #2A2113: hue angle of 36.52º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2113 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB423319-
CMYK00.210.550.84
HSL36.52º37.7%11.96%-
HSV(B)36.52º54.76%16.47%-
XYZ1.621.630.84-
YUV34.1119.48133.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.68%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=44.68%
G=35.11%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42331900.210.550.8436.5237.711.96
Hex2A211301537542526c
Octal52412302567124454614
Binary1010101000011001101010111011110101001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2113; }

 p { color: rgb(42,33,19); }

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

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

 a { background-color: rgb(42,33,19); }

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

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

 span { border-color: rgb(42,33,19); }

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