#2A241B

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

Shades of Black Magic #2A241B

Tints of Black Magic #2A241B

Color information

#2A241B (or 0x2A241B) is unknown color: approx Black Magic. HEX triplet: 2A, 24 and 1B. RGB value is (42,36,27). Sum of RGB (Red+Green+Blue) = 42+36+27=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A241B is #D5DBE4. Grayscale: #242424. Windows color (decimal): -14015461 or 1778730. OLE color: 1778730.

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

Color convert

RGB423627-
CMYK00.140.360.84
HSL36º21.74%13.53%-
HSV(B)36º35.71%16.47%-
XYZ1.781.831.3-
YUV36.77122.49131.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=40%
G=34.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42362700.140.360.843621.7413.53
Hex2A241B0E24542416e
Octal52443301644124442616
Binary10101010010011011011101001001010100100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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