#2C2415

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

Shades of Black Magic #2C2415

Tints of Black Magic #2C2415

Color information

#2C2415 (or 0x2C2415) is unknown color: approx Black Magic. HEX triplet: 2C, 24 and 15. RGB value is (44,36,21). Sum of RGB (Red+Green+Blue) = 44+36+21=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2415 is #D3DBEA. Grayscale: #242424. Windows color (decimal): -13884395 or 1385516. OLE color: 1385516.

HSL color Cylindrical-coordinate representation of color #2C2415: hue angle of 39.13º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C2415 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB443621-
CMYK00.180.520.83
HSL39.13º35.38%12.75%-
HSV(B)39.13º52.27%17.25%-
XYZ1.81.850.97-
YUV36.68119.15133.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.56%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=43.56%
G=35.64%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44362100.180.520.8339.1335.3812.75
Hex2C241501234532723d
Octal54442502264123474315
Binary1011001001001010101001011010010100111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,21); }

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

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

 a { background-color: rgb(44,36,21); }

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

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

 span { border-color: rgb(44,36,21); }

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