#2B2620

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

Shades of Black Magic #2B2620

Tints of Black Magic #2B2620

Color information

#2B2620 (or 0x2B2620) is unknown color: approx Black Magic. HEX triplet: 2B, 26 and 20. RGB value is (43,38,32). Sum of RGB (Red+Green+Blue) = 43+38+32=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2620 is #D4D9DF. Grayscale: #262626. Windows color (decimal): -13949408 or 2106923. OLE color: 2106923.

HSL color Cylindrical-coordinate representation of color #2B2620: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B2620 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB433832-
CMYK00.120.260.83
HSL32.73º14.67%14.71%-
HSV(B)32.73º25.58%16.86%-
XYZ1.9521.65-
YUV38.81124.16130.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=38.05%
G=33.63%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43383200.120.260.8332.7314.6714.71
Hex2B26200C1A5321ff
Octal53464001432123411717
Binary1010111001101000000110011010101001110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,32); }

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

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

 a { background-color: rgb(43,38,32); }

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

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

 span { border-color: rgb(43,38,32); }

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