#2A241D

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

Shades of Black Magic #2A241D

Tints of Black Magic #2A241D

Color information

#2A241D (or 0x2A241D) is unknown color: approx Black Magic. HEX triplet: 2A, 24 and 1D. RGB value is (42,36,29). Sum of RGB (Red+Green+Blue) = 42+36+29=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A241D is #D5DBE2. Grayscale: #252525. Windows color (decimal): -14015459 or 1909802. OLE color: 1909802.

HSL color Cylindrical-coordinate representation of color #2A241D: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A241D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB423629-
CMYK00.140.310.84
HSL32.31º18.31%13.92%-
HSV(B)32.31º30.95%16.47%-
XYZ1.811.841.42-
YUV37123.49131.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=39.25%
G=33.64%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42362900.140.310.8432.3118.3113.92
Hex2A241D0E1F542012e
Octal52443501637124402216
Binary1010101001001110101110111111010100100000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,29); }

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

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

 a { background-color: rgb(42,36,29); }

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

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

 span { border-color: rgb(42,36,29); }

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