#2C271B

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

Shades of Black Magic #2C271B

Tints of Black Magic #2C271B

Color information

#2C271B (or 0x2C271B) is unknown color: approx Black Magic. HEX triplet: 2C, 27 and 1B. RGB value is (44,39,27). Sum of RGB (Red+Green+Blue) = 44+39+27=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 44 - color contains mainly: red. Hex color #2C271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C271B is #D3D8E4. Grayscale: #272727. Windows color (decimal): -13883621 or 1779500. OLE color: 1779500.

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

Color convert

RGB443927-
CMYK00.110.390.83
HSL42.35º23.94%13.92%-
HSV(B)42.35º38.64%17.25%-
XYZ1.962.071.33-
YUV39.13121.16131.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=40%
G=35.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44392700.110.390.8342.3523.9413.92
Hex2C271B0B27532a18e
Octal54473301347123523016
Binary10110010011111011010111001111010011101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,27); }

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

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

 a { background-color: rgb(44,39,27); }

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

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

 span { border-color: rgb(44,39,27); }

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