#303050

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

Shades of Lucky Point #303050

Tints of Lucky Point #303050

Color information

#303050 (or 0x303050) is unknown color: approx Lucky Point. HEX triplet: 30, 30 and 50. RGB value is (48,48,80). Sum of RGB (Red+Green+Blue) = 48+48+80=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #303050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303050 is #CFCFAF. Grayscale: #333333. Windows color (decimal): -13619120 or 5255216. OLE color: 5255216.

HSL color Cylindrical-coordinate representation of color #303050: hue angle of 240º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303050 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB484880-
CMYK0.400.4000.69
HSL240º25%25.1%-
HSV(B)240º40%31.37%-
XYZ3.723.328.03-
YUV51.65144125.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4848800.400.4000.692402525.1
Hex3030502828045f01919
Octal6060120505001053603131
Binary110000110000101000010100010100001000101111100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303050; }

 p { color: rgb(48,48,80); }

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

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

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

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

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

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

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