#303353

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

Shades of Lucky Point #303353

Tints of Lucky Point #303353

Color information

#303353 (or 0x303353) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 53. RGB value is (48,51,83). Sum of RGB (Red+Green+Blue) = 48+51+83=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #303353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303353 is #CFCCAC. Grayscale: #353535. Windows color (decimal): -13618349 or 5452592. OLE color: 5452592.

HSL color Cylindrical-coordinate representation of color #303353: hue angle of 234.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303353 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB485183-
CMYK0.420.3900.67
HSL234.86º26.72%25.69%-
HSV(B)234.86º42.17%32.55%-
XYZ3.963.628.67-
YUV53.75144.51123.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=26.37%
G=28.02%
B=45.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4851830.420.3900.67234.8626.7225.69
Hex3033532A27043eb1b1a
Octal6063123524701033533332
Binary110000110011101001110101010011101000011111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303353; }

 p { color: rgb(48,51,83); }

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

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

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

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

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

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

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