#2C2413

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

Shades of Black Magic #2C2413

Tints of Black Magic #2C2413

Color information

#2C2413 (or 0x2C2413) is unknown color: approx Black Magic. HEX triplet: 2C, 24 and 13. RGB value is (44,36,19). Sum of RGB (Red+Green+Blue) = 44+36+19=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2413 is #D3DBEC. Grayscale: #242424. Windows color (decimal): -13884397 or 1254444. OLE color: 1254444.

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

Color convert

RGB443619-
CMYK00.180.570.83
HSL40.8º39.68%12.35%-
HSV(B)40.8º56.82%17.25%-
XYZ1.791.840.88-
YUV36.45118.15133.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=44.44%
G=36.36%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44361900.180.570.8340.839.6812.35
Hex2C241301239532928c
Octal54442302271123515014
Binary1011001001001001101001011100110100111010011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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