Html Css Color HEX #292520 Black Magic

📋 copy color: '#292520'

red 41 ◦ green 37 ◦ blue 32

#292520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #292520

Tints of Black Magic #292520

RGB

 RED value IS 41 (16.41% from 255) = 37.27%

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 37.27%
G = 33.64%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#292520 (or 0x292520) is known color: Black Magic. HEX triplet: 29, 25 and 20. RGB value is (41,37,32). Sum of RGB (Red+Green+Blue) = 41+37+32=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #292520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292520 is #D6DADF. Grayscale: #252525. Windows color (decimal): -14080736 or 2106665. OLE color: 2106665.

HSL color Cylindrical-coordinate representation of color #292520: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292520 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 32 -
CMYK 0 0.10 0.22 0.84
HSL 33.33º 0.12% 0.14% -
HSV(B) 33.33º 0.22% 0.16% -
XYZ 1.84 1.9 1.64 -
YUV 37.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 41 37 32 0 0.10 0.22 0.84 33.33 0.12 0.14
Hex 29 25 20 0 A 16 54 21 C E
Octal 51 45 40 0 12 26 124 41 14 16
Binary 101001 100101 100000 0 1010 10110 1010100 100001 1100 1110

Color Harmonies of #292520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292520

Black with #292520

Text Example


Text Example

White with #292520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292520; }

 p { color: rgb(41,37,32); }

 H1.HeaderClassName
 {
   color: #292520;
 }
 .AnyTagClassName
 {
   color: #292520;
 }
</style>

background-color css

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

 a { background-color: rgb(41,37,32); }

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

border-color css

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

 span { border-color: rgb(41,37,32); }

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