#29233D

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

Shades of Tolopea #29233D

Tints of Tolopea #29233D

Color information

#29233D (or 0x29233D) is unknown color: approx Tolopea. HEX triplet: 29, 23 and 3D. RGB value is (41,35,61). Sum of RGB (Red+Green+Blue) = 41+35+61=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #29233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29233D is #D6DCC2. Grayscale: #272727. Windows color (decimal): -14081219 or 4006697. OLE color: 4006697.

HSL color Cylindrical-coordinate representation of color #29233D: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29233D is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB413561-
CMYK0.330.4300.76
HSL253.85º27.08%18.82%-
HSV(B)253.85º42.62%23.92%-
XYZ2.362.014.68-
YUV39.76139.99128.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=29.93%
G=25.55%
B=44.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4135610.330.4300.76253.8527.0818.82
Hex29233D212B04Cfe1b13
Octal514375415301143763323
Binary10100110001111110110000110101101001100111111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29233D; }

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

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

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

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

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

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

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

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