#29213A

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

Shades of Tolopea #29213A

Tints of Tolopea #29213A

Color information

#29213A (or 0x29213A) is unknown color: approx Tolopea. HEX triplet: 29, 21 and 3A. RGB value is (41,33,58). Sum of RGB (Red+Green+Blue) = 41+33+58=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #29213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29213A is #D6DEC5. Grayscale: #262626. Windows color (decimal): -14081734 or 3809577. OLE color: 3809577.

HSL color Cylindrical-coordinate representation of color #29213A: hue angle of 259.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29213A is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB413358-
CMYK0.290.4300.77
HSL259.2º27.47%17.84%-
HSV(B)259.2º43.1%22.75%-
XYZ2.221.864.25-
YUV38.24139.15129.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=31.06%
G=25%
B=43.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4133580.290.4300.77259.227.4717.84
Hex29213A1D2B04D1031b12
Octal514172355301154033322
Binary10100110000111101011101101011010011011000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,33,58); }

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

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

 a { background-color: rgb(41,33,58); }

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

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

 span { border-color: rgb(41,33,58); }

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