#292240

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

Shades of Tolopea #292240

Tints of Tolopea #292240

Color information

#292240 (or 0x292240) is unknown color: approx Tolopea. HEX triplet: 29, 22 and 40. RGB value is (41,34,64). Sum of RGB (Red+Green+Blue) = 41+34+64=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #292240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292240 is #D6DDBF. Grayscale: #272727. Windows color (decimal): -14081472 or 4203049. OLE color: 4203049.

HSL color Cylindrical-coordinate representation of color #292240: hue angle of 254º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #292240 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB413464-
CMYK0.360.4700.75
HSL254º30.61%19.22%-
HSV(B)254º46.88%25.1%-
XYZ2.411.995.11-
YUV39.51141.82129.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=29.50%
G=24.46%
B=46.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4134640.360.4700.7525430.6119.22
Hex292240242F04Bfe1f13
Octal5142100445701133763723
Binary101001100010100000010010010111101001011111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292240; }

 p { color: rgb(41,34,64); }

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

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

 a { background-color: rgb(41,34,64); }

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

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

 span { border-color: rgb(41,34,64); }

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