#292441

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

Shades of Tolopea #292441

Tints of Tolopea #292441

Color information

#292441 (or 0x292441) is unknown color: approx Tolopea. HEX triplet: 29, 24 and 41. RGB value is (41,36,65). Sum of RGB (Red+Green+Blue) = 41+36+65=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #292441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292441 is #D6DBBE. Grayscale: #282828. Windows color (decimal): -14080959 or 4269097. OLE color: 4269097.

HSL color Cylindrical-coordinate representation of color #292441: hue angle of 250.34º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #292441 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB413665-
CMYK0.370.4500.75
HSL250.34º28.71%19.8%-
HSV(B)250.34º44.62%25.49%-
XYZ2.52.115.28-
YUV40.8141.66128.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=28.87%
G=25.35%
B=45.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4136650.370.4500.75250.3428.7119.8
Hex292441252D04Bfa1d14
Octal5144101455501133723524
Binary101001100100100000110010110110101001011111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292441; }

 p { color: rgb(41,36,65); }

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

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

 a { background-color: rgb(41,36,65); }

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

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

 span { border-color: rgb(41,36,65); }

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