#252849

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

Shades of Lucky Point #252849

Tints of Lucky Point #252849

Color information

#252849 (or 0x252849) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 49. RGB value is (37,40,73). Sum of RGB (Red+Green+Blue) = 37+40+73=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #252849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252849 is #DAD7B6. Grayscale: #2A2A2A. Windows color (decimal): -14342071 or 4794405. OLE color: 4794405.

HSL color Cylindrical-coordinate representation of color #252849: hue angle of 235º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252849 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374073-
CMYK0.490.4500.71
HSL235º32.73%21.57%-
HSV(B)235º49.32%28.63%-
XYZ2.722.396.62-
YUV42.86145.01123.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=24.67%
G=26.67%
B=48.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3740730.490.4500.7123532.7321.57
Hex252849312D047eb2116
Octal4550111615501073534126
Binary1001011010001001001110001101101010001111110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252849; }

 p { color: rgb(37,40,73); }

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

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

 a { background-color: rgb(37,40,73); }

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

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

 span { border-color: rgb(37,40,73); }

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