#292826

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

Shades of Black Magic #292826

Tints of Black Magic #292826

Color information

#292826 (or 0x292826) is unknown color: approx Black Magic. HEX triplet: 29, 28 and 26. RGB value is (41,40,38). Sum of RGB (Red+Green+Blue) = 41+40+38=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 41 - color contains mainly: red. Hex color #292826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292826 is #D6D7D9. Grayscale: #282828. Windows color (decimal): -14079962 or 2500649. OLE color: 2500649.

HSL color Cylindrical-coordinate representation of color #292826: hue angle of 40º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #292826 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB414038-
CMYK00.020.070.84
HSL40º3.8%15.49%-
HSV(B)40º7.32%16.08%-
XYZ2.022.132.14-
YUV40.07126.83128.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=34.45%
G=33.61%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41403800.020.070.84403.815.49
Hex29282602754284f
Octal51504602712450417
Binary10100110100010011001011110101001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292826; }

 p { color: rgb(41,40,38); }

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

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

 a { background-color: rgb(41,40,38); }

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

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

 span { border-color: rgb(41,40,38); }

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