#292137

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

Shades of Tolopea #292137

Tints of Tolopea #292137

Color information

#292137 (or 0x292137) is unknown color: approx Tolopea. HEX triplet: 29, 21 and 37. RGB value is (41,33,55). Sum of RGB (Red+Green+Blue) = 41+33+55=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #292137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292137 is #D6DEC8. Grayscale: #252525. Windows color (decimal): -14081737 or 3612969. OLE color: 3612969.

HSL color Cylindrical-coordinate representation of color #292137: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #292137 is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB413355-
CMYK0.250.400.78
HSL261.82º25%17.25%-
HSV(B)261.82º40%21.57%-
XYZ2.151.833.86-
YUV37.9137.65130.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=31.78%
G=25.58%
B=42.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4133550.250.400.78261.822517.25
Hex292137192804E1061911
Octal514167315001164063121
Binary10100110000111011111001101000010011101000001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292137; }

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

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

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

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

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

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

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

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