#291F38

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

Shades of Tolopea #291F38

Tints of Tolopea #291F38

Color information

#291F38 (or 0x291F38) is unknown color: approx Tolopea. HEX triplet: 29, 1F and 38. RGB value is (41,31,56). Sum of RGB (Red+Green+Blue) = 41+31+56=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #291F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F38 is #D6E0C7. Grayscale: #242424. Windows color (decimal): -14082248 or 3677993. OLE color: 3677993.

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

Color convert

RGB413156-
CMYK0.270.4500.78
HSL264º28.74%17.06%-
HSV(B)264º44.64%21.96%-
XYZ2.121.743.96-
YUV36.84138.81130.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=32.03%
G=24.22%
B=43.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4131560.270.4500.7826428.7417.06
Hex291F381B2D04E1081d11
Octal513770335501164103521
Binary1010011111111100011011101101010011101000010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291F38; }

 p { color: rgb(41,31,56); }

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

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

 a { background-color: rgb(41,31,56); }

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

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

 span { border-color: rgb(41,31,56); }

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