#292F4F

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

Shades of Lucky Point #292F4F

Tints of Lucky Point #292F4F

Color information

#292F4F (or 0x292F4F) is unknown color: approx Lucky Point. HEX triplet: 29, 2F and 4F. RGB value is (41,47,79). Sum of RGB (Red+Green+Blue) = 41+47+79=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #292F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F4F is #D6D0B0. Grayscale: #303030. Windows color (decimal): -14078129 or 5189417. OLE color: 5189417.

HSL color Cylindrical-coordinate representation of color #292F4F: hue angle of 230.53º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #292F4F is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414779-
CMYK0.480.4100.69
HSL230.53º31.67%23.53%-
HSV(B)230.53º48.1%30.98%-
XYZ3.343.077.81-
YUV48.85145.01122.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=24.55%
G=28.14%
B=47.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4147790.480.4100.69230.5331.6723.53
Hex292F4F3029045e72018
Octal5157117605101053474030
Binary1010011011111001111110000101001010001011110011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,79); }

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

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

 a { background-color: rgb(41,47,79); }

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

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

 span { border-color: rgb(41,47,79); }

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