#29231A

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

Shades of Black Magic #29231A

Tints of Black Magic #29231A

Color information

#29231A (or 0x29231A) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 1A. RGB value is (41,35,26). Sum of RGB (Red+Green+Blue) = 41+35+26=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #29231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29231A is #D6DCE5. Grayscale: #232323. Windows color (decimal): -14081254 or 1712937. OLE color: 1712937.

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

Color convert

RGB413526-
CMYK00.150.370.84
HSL36º22.39%13.14%-
HSV(B)36º36.59%16.08%-
XYZ1.71.751.22-
YUV35.77122.49131.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=40.20%
G=34.31%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352600.150.370.843622.3913.14
Hex29231A0F25542416d
Octal51433201745124442615
Binary10100110001111010011111001011010100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29231A; }

 p { color: rgb(41,35,26); }

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

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

 a { background-color: rgb(41,35,26); }

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

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

 span { border-color: rgb(41,35,26); }

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