#29231B

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

Shades of Black Magic #29231B

Tints of Black Magic #29231B

Color information

#29231B (or 0x29231B) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 1B. RGB value is (41,35,27). Sum of RGB (Red+Green+Blue) = 41+35+27=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 41 - color contains mainly: red. Hex color #29231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29231B is #D6DCE4. Grayscale: #232323. Windows color (decimal): -14081253 or 1778473. OLE color: 1778473.

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

Color convert

RGB413527-
CMYK00.150.340.84
HSL34.29º20.59%13.33%-
HSV(B)34.29º34.15%16.08%-
XYZ1.711.751.28-
YUV35.88122.99131.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=39.81%
G=33.98%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352700.150.340.8434.2920.5913.33
Hex29231B0F22542215d
Octal51433301742124422515
Binary10100110001111011011111000101010100100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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