#2C261B

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

Shades of Black Magic #2C261B

Tints of Black Magic #2C261B

Color information

#2C261B (or 0x2C261B) is unknown color: approx Black Magic. HEX triplet: 2C, 26 and 1B. RGB value is (44,38,27). Sum of RGB (Red+Green+Blue) = 44+38+27=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 44 - color contains mainly: red. Hex color #2C261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C261B is #D3D9E4. Grayscale: #262626. Windows color (decimal): -13883877 or 1779244. OLE color: 1779244.

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

Color convert

RGB443827-
CMYK00.140.390.83
HSL38.82º23.94%13.92%-
HSV(B)38.82º38.64%17.25%-
XYZ1.9321.32-
YUV38.54121.49131.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.37%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=40.37%
G=34.86%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44382700.140.390.8338.8223.9413.92
Hex2C261B0E27532718e
Octal54463301647123473016
Binary10110010011011011011101001111010011100111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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