#2B271E

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

Shades of Black Magic #2B271E

Tints of Black Magic #2B271E

Color information

#2B271E (or 0x2B271E) is unknown color: approx Black Magic. HEX triplet: 2B, 27 and 1E. RGB value is (43,39,30). Sum of RGB (Red+Green+Blue) = 43+39+30=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B271E is #D4D8E1. Grayscale: #272727. Windows color (decimal): -13949154 or 1976107. OLE color: 1976107.

HSL color Cylindrical-coordinate representation of color #2B271E: hue angle of 41.54º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B271E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB433930-
CMYK00.090.300.83
HSL41.54º17.81%14.31%-
HSV(B)41.54º30.23%16.86%-
XYZ1.962.061.52-
YUV39.17122.83130.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=38.39%
G=34.82%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43393000.090.300.8341.5417.8114.31
Hex2B271E091E532a12e
Octal53473601136123522216
Binary1010111001111111001001111101010011101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,30); }

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

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

 a { background-color: rgb(43,39,30); }

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

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

 span { border-color: rgb(43,39,30); }

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