#2A2419

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

Shades of Black Magic #2A2419

Tints of Black Magic #2A2419

Color information

#2A2419 (or 0x2A2419) is unknown color: approx Black Magic. HEX triplet: 2A, 24 and 19. RGB value is (42,36,25). Sum of RGB (Red+Green+Blue) = 42+36+25=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2419 is #D5DBE6. Grayscale: #242424. Windows color (decimal): -14015463 or 1647658. OLE color: 1647658.

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

Color convert

RGB423625-
CMYK00.140.400.84
HSL38.82º25.37%13.14%-
HSV(B)38.82º40.48%16.47%-
XYZ1.761.821.18-
YUV36.54121.49131.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=40.78%
G=34.95%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42362500.140.400.8438.8225.3713.14
Hex2A24190E28542719d
Octal52443101650124473115
Binary10101010010011001011101010001010100100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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