#291A40

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

Shades of Tolopea #291A40

Tints of Tolopea #291A40

Color information

#291A40 (or 0x291A40) is unknown color: approx Tolopea. HEX triplet: 29, 1A and 40. RGB value is (41,26,64). Sum of RGB (Red+Green+Blue) = 41+26+64=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #291A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A40 is #D6E5BF. Grayscale: #222222. Windows color (decimal): -14083520 or 4201001. OLE color: 4201001.

HSL color Cylindrical-coordinate representation of color #291A40: hue angle of 263.68º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291A40 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB412664-
CMYK0.360.5900.75
HSL263.68º42.22%17.65%-
HSV(B)263.68º59.38%25.1%-
XYZ2.211.585.04-
YUV34.82144.47132.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=31.30%
G=19.85%
B=48.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4126640.360.5900.75263.6842.2217.65
Hex291A40243B04B1082a12
Octal5132100447301134105222
Binary1010011101010000001001001110110100101110000100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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