#252848

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

Shades of Lucky Point #252848

Tints of Lucky Point #252848

Color information

#252848 (or 0x252848) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 48. RGB value is (37,40,72). Sum of RGB (Red+Green+Blue) = 37+40+72=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #252848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252848 is #DAD7B7. Grayscale: #2A2A2A. Windows color (decimal): -14342072 or 4728869. OLE color: 4728869.

HSL color Cylindrical-coordinate representation of color #252848: hue angle of 234.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252848 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374072-
CMYK0.490.4400.72
HSL234.86º32.11%21.37%-
HSV(B)234.86º48.61%28.24%-
XYZ2.692.386.45-
YUV42.75144.51123.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=24.83%
G=26.85%
B=48.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3740720.490.4400.72234.8632.1121.37
Hex252848312C048eb2015
Octal4550110615401103534025
Binary1001011010001001000110001101100010010001110101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252848; }

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

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

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

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

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

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

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

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