#2C241A

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

Shades of Black Magic #2C241A

Tints of Black Magic #2C241A

Color information

#2C241A (or 0x2C241A) is unknown color: approx Black Magic. HEX triplet: 2C, 24 and 1A. RGB value is (44,36,26). Sum of RGB (Red+Green+Blue) = 44+36+26=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 44 - color contains mainly: red. Hex color #2C241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C241A is #D3DBE5. Grayscale: #252525. Windows color (decimal): -13884390 or 1713196. OLE color: 1713196.

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

Color convert

RGB443626-
CMYK00.180.410.83
HSL33.33º25.71%13.73%-
HSV(B)33.33º40.91%17.25%-
XYZ1.861.871.24-
YUV37.25121.65132.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.51%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=41.51%
G=33.96%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44362600.180.410.8333.3325.7113.73
Hex2C241A0122953211ae
Octal54443202251123413216
Binary101100100100110100100101010011010011100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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