#242848

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

Shades of Lucky Point #242848

Tints of Lucky Point #242848

Color information

#242848 (or 0x242848) is unknown color: approx Lucky Point. HEX triplet: 24, 28 and 48. RGB value is (36,40,72). Sum of RGB (Red+Green+Blue) = 36+40+72=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #242848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242848 is #DBD7B7. Grayscale: #2A2A2A. Windows color (decimal): -14407608 or 4728868. OLE color: 4728868.

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

Color convert

RGB364072-
CMYK0.50.4400.72
HSL233.33º33.33%21.18%-
HSV(B)233.33º50%28.24%-
XYZ2.662.366.45-
YUV42.45144.67123.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=24.32%
G=27.03%
B=48.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3640720.50.4400.72233.3333.3321.18
Hex242848322C048e92115
Octal4450110625401103514125
Binary1001001010001001000110010101100010010001110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242848; }

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

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

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

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

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

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

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

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