#2A2215

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

Shades of Black Magic #2A2215

Tints of Black Magic #2A2215

Color information

#2A2215 (or 0x2A2215) is unknown color: approx Black Magic. HEX triplet: 2A, 22 and 15. RGB value is (42,34,21). Sum of RGB (Red+Green+Blue) = 42+34+21=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2215 is #D5DDEA. Grayscale: #222222. Windows color (decimal): -14015979 or 1385002. OLE color: 1385002.

HSL color Cylindrical-coordinate representation of color #2A2215: hue angle of 37.14º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A2215 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB423421-
CMYK00.190.500.84
HSL37.14º33.33%12.35%-
HSV(B)37.14º50%16.47%-
XYZ1.661.690.95-
YUV34.91120.15133.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.30%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=43.30%
G=35.05%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42342100.190.500.8437.1433.3312.35
Hex2A221501332542521c
Octal52422502362124454114
Binary1010101000101010101001111001010101001001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,21); }

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

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

 a { background-color: rgb(42,34,21); }

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

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

 span { border-color: rgb(42,34,21); }

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