#303149

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

Shades of Lucky Point #303149

Tints of Lucky Point #303149

Color information

#303149 (or 0x303149) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 49. RGB value is (48,49,73). Sum of RGB (Red+Green+Blue) = 48+49+73=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #303149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303149 is #CFCEB6. Grayscale: #333333. Windows color (decimal): -13618871 or 4796720. OLE color: 4796720.

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

Color convert

RGB484973-
CMYK0.340.3300.71
HSL237.6º20.66%23.73%-
HSV(B)237.6º34.25%28.63%-
XYZ3.523.316.76-
YUV51.44140.17125.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=28.24%
G=28.82%
B=42.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4849730.340.3300.71237.620.6623.73
Hex3031492221047ee1518
Octal6061111424101073562530
Binary110000110001100100110001010000101000111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303149; }

 p { color: rgb(48,49,73); }

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

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

 a { background-color: rgb(48,49,73); }

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

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

 span { border-color: rgb(48,49,73); }

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