#2C2517

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

Shades of Black Magic #2C2517

Tints of Black Magic #2C2517

Color information

#2C2517 (or 0x2C2517) is unknown color: approx Black Magic. HEX triplet: 2C, 25 and 17. RGB value is (44,37,23). Sum of RGB (Red+Green+Blue) = 44+37+23=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2517 is #D3DAE8. Grayscale: #252525. Windows color (decimal): -13884137 or 1516844. OLE color: 1516844.

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

Color convert

RGB443723-
CMYK00.160.480.83
HSL40º31.34%13.14%-
HSV(B)40º47.73%17.25%-
XYZ1.851.921.08-
YUV37.5119.82132.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=42.31%
G=35.58%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44372300.160.480.834031.3413.14
Hex2C25170103053281fd
Octal54452702060123503715
Binary101100100101101110100001100001010011101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,23); }

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

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

 a { background-color: rgb(44,37,23); }

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

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

 span { border-color: rgb(44,37,23); }

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