#242947

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

Shades of Lucky Point #242947

Tints of Lucky Point #242947

Color information

#242947 (or 0x242947) is unknown color: approx Lucky Point. HEX triplet: 24, 29 and 47. RGB value is (36,41,71). Sum of RGB (Red+Green+Blue) = 36+41+71=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #242947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242947 is #DBD6B8. Grayscale: #2A2A2A. Windows color (decimal): -14407353 or 4663588. OLE color: 4663588.

HSL color Cylindrical-coordinate representation of color #242947: hue angle of 231.43º degrees, saturation: 0.33, 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 #242947 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364171-
CMYK0.490.4200.72
HSL231.43º32.71%20.98%-
HSV(B)231.43º49.3%27.84%-
XYZ2.662.426.29-
YUV42.92143.84123.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=24.32%
G=27.70%
B=47.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3641710.490.4200.72231.4332.7120.98
Hex242947312A048e72115
Octal4451107615201103474125
Binary1001001010011000111110001101010010010001110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242947; }

 p { color: rgb(36,41,71); }

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

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

 a { background-color: rgb(36,41,71); }

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

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

 span { border-color: rgb(36,41,71); }

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