#292B49

Color #292B49 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #292B49

Tints of Lucky Point #292B49

Color information

#292B49 (or 0x292B49) is unknown color: approx Lucky Point. HEX triplet: 29, 2B and 49. RGB value is (41,43,73). Sum of RGB (Red+Green+Blue) = 41+43+73=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #292B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B49 is #D6D4B6. Grayscale: #2D2D2D. Windows color (decimal): -14079159 or 4795177. OLE color: 4795177.

HSL color Cylindrical-coordinate representation of color #292B49: hue angle of 236.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292B49 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB414373-
CMYK0.440.4100.71
HSL236.25º28.07%22.35%-
HSV(B)236.25º43.84%28.63%-
XYZ2.982.686.66-
YUV45.82143.34124.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=26.11%
G=27.39%
B=46.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4143730.440.4100.71236.2528.0722.35
Hex292B492C29047ec1c16
Octal5153111545101073543426
Binary101001101011100100110110010100101000111111011001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292B49; }

 p { color: rgb(41,43,73); }

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

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

 a { background-color: rgb(41,43,73); }

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

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

 span { border-color: rgb(41,43,73); }

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