#2B210E

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

Shades of Black Magic #2B210E

Tints of Black Magic #2B210E

Color information

#2B210E (or 0x2B210E) is unknown color: approx Black Magic. HEX triplet: 2B, 21 and 0E. RGB value is (43,33,14). Sum of RGB (Red+Green+Blue) = 43+33+14=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B210E is #D4DEF1. Grayscale: #212121. Windows color (decimal): -13950706 or 925995. OLE color: 925995.

HSL color Cylindrical-coordinate representation of color #2B210E: hue angle of 39.31º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B210E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.83.

Color convert

RGB433314-
CMYK00.230.670.83
HSL39.31º50.88%11.18%-
HSV(B)39.31º67.44%16.86%-
XYZ1.621.630.65-
YUV33.82116.81134.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.78%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=47.78%
G=36.67%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43331400.230.670.8339.3150.8811.18
Hex2B21E01743532733b
Octal534116027103123476313
Binary1010111000011110010111100001110100111001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,14); }

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

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

 a { background-color: rgb(43,33,14); }

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

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

 span { border-color: rgb(43,33,14); }

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