#291E40

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

Shades of Tolopea #291E40

Tints of Tolopea #291E40

Color information

#291E40 (or 0x291E40) is unknown color: approx Tolopea. HEX triplet: 29, 1E and 40. RGB value is (41,30,64). Sum of RGB (Red+Green+Blue) = 41+30+64=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #291E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E40 is #D6E1BF. Grayscale: #252525. Windows color (decimal): -14082496 or 4202025. OLE color: 4202025.

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

Color convert

RGB413064-
CMYK0.360.5300.75
HSL259.41º36.17%18.43%-
HSV(B)259.41º53.12%25.1%-
XYZ2.31.775.07-
YUV37.16143.14130.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=30.37%
G=22.22%
B=47.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4130640.360.5300.75259.4136.1718.43
Hex291E40243504B1032412
Octal5136100446501134034422
Binary1010011111010000001001001101010100101110000001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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