#2A261D

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

Shades of Black Magic #2A261D

Tints of Black Magic #2A261D

Color information

#2A261D (or 0x2A261D) is unknown color: approx Black Magic. HEX triplet: 2A, 26 and 1D. RGB value is (42,38,29). Sum of RGB (Red+Green+Blue) = 42+38+29=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 42 - color contains mainly: red. Hex color #2A261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A261D is #D5D9E2. Grayscale: #262626. Windows color (decimal): -14014947 or 1910314. OLE color: 1910314.

HSL color Cylindrical-coordinate representation of color #2A261D: hue angle of 41.54º 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 #2A261D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB423829-
CMYK00.100.310.84
HSL41.54º18.31%13.92%-
HSV(B)41.54º30.95%16.47%-
XYZ1.871.971.44-
YUV38.17122.83130.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=38.53%
G=34.86%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42382900.100.310.8441.5418.3113.92
Hex2A261D0A1F542a12e
Octal52463501237124522216
Binary1010101001101110101010111111010100101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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