#2B2113

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

Shades of Black Magic #2B2113

Tints of Black Magic #2B2113

Color information

#2B2113 (or 0x2B2113) is unknown color: approx Black Magic. HEX triplet: 2B, 21 and 13. RGB value is (43,33,19). Sum of RGB (Red+Green+Blue) = 43+33+19=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2113 is #D4DEEC. Grayscale: #222222. Windows color (decimal): -13950701 or 1253675. OLE color: 1253675.

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

Color convert

RGB433319-
CMYK00.230.560.83
HSL35º38.71%12.16%-
HSV(B)35º55.81%16.86%-
XYZ1.661.650.85-
YUV34.39119.31134.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.26%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 19 (7.81% from 255) = 20%
R=45.26%
G=34.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43331900.230.560.833538.7112.16
Hex2B211301738532327c
Octal53412302770123434714
Binary1010111000011001101011111100010100111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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