#2B210D

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

Shades of Black Magic #2B210D

Tints of Black Magic #2B210D

Color information

#2B210D (or 0x2B210D) is unknown color: approx Black Magic. HEX triplet: 2B, 21 and 0D. RGB value is (43,33,13). Sum of RGB (Red+Green+Blue) = 43+33+13=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B210D is #D4DEF2. Grayscale: #212121. Windows color (decimal): -13950707 or 860459. OLE color: 860459.

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

Color convert

RGB433313-
CMYK00.230.700.83
HSL40º53.57%10.98%-
HSV(B)40º69.77%16.86%-
XYZ1.611.630.61-
YUV33.71116.31134.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=48.31%
G=37.08%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43331300.230.700.834053.5710.98
Hex2B21D01746532836b
Octal534115027106123506613
Binary1010111000011101010111100011010100111010001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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