#2B220E

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

Shades of Black Magic #2B220E

Tints of Black Magic #2B220E

Color information

#2B220E (or 0x2B220E) is unknown color: approx Black Magic. HEX triplet: 2B, 22 and 0E. RGB value is (43,34,14). Sum of RGB (Red+Green+Blue) = 43+34+14=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B220E is #D4DDF1. Grayscale: #222222. Windows color (decimal): -13950450 or 926251. OLE color: 926251.

HSL color Cylindrical-coordinate representation of color #2B220E: hue angle of 41.38º 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 #2B220E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.83.

Color convert

RGB433414-
CMYK00.210.670.83
HSL41.38º50.88%11.18%-
HSV(B)41.38º67.44%16.86%-
XYZ1.651.690.65-
YUV34.41116.48134.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.25%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=47.25%
G=37.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43341400.210.670.8341.3850.8811.18
Hex2B22E01543532933b
Octal534216025103123516313
Binary1010111000101110010101100001110100111010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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