#2A2621

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

Shades of Black Magic #2A2621

Tints of Black Magic #2A2621

Color information

#2A2621 (or 0x2A2621) is unknown color: approx Black Magic. HEX triplet: 2A, 26 and 21. RGB value is (42,38,33). Sum of RGB (Red+Green+Blue) = 42+38+33=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2621 is #D5D9DE. Grayscale: #262626. Windows color (decimal): -14014943 or 2172458. OLE color: 2172458.

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

Color convert

RGB423833-
CMYK00.100.210.84
HSL33.33º12%14.71%-
HSV(B)33.33º21.43%16.47%-
XYZ1.921.991.72-
YUV38.63124.83130.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.17%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=37.17%
G=33.63%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42383300.100.210.8433.331214.71
Hex2A26210A155421cf
Octal52464101225124411417
Binary1010101001101000010101010101101010010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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