#291C41

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

Shades of Tolopea #291C41

Tints of Tolopea #291C41

Color information

#291C41 (or 0x291C41) is unknown color: approx Tolopea. HEX triplet: 29, 1C and 41. RGB value is (41,28,65). Sum of RGB (Red+Green+Blue) = 41+28+65=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #291C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C41 is #D6E3BE. Grayscale: #232323. Windows color (decimal): -14083007 or 4267049. OLE color: 4267049.

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

Color convert

RGB412865-
CMYK0.370.5700.75
HSL261.08º39.78%18.24%-
HSV(B)261.08º56.92%25.49%-
XYZ2.281.685.21-
YUV36.11144.31131.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=30.60%
G=20.90%
B=48.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4128650.370.5700.75261.0839.7818.24
Hex291C41253904B1052812
Octal5134101457101134055022
Binary1010011110010000011001011110010100101110000010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,65); }

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

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

 a { background-color: rgb(41,28,65); }

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

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

 span { border-color: rgb(41,28,65); }

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