#303151

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

Shades of Lucky Point #303151

Tints of Lucky Point #303151

Color information

#303151 (or 0x303151) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 51. RGB value is (48,49,81). Sum of RGB (Red+Green+Blue) = 48+49+81=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #303151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303151 is #CFCEAE. Grayscale: #343434. Windows color (decimal): -13618863 or 5321008. OLE color: 5321008.

HSL color Cylindrical-coordinate representation of color #303151: hue angle of 238.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303151 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB484981-
CMYK0.410.4000.68
HSL238.18º25.58%25.29%-
HSV(B)238.18º40.74%31.76%-
XYZ3.83.428.24-
YUV52.35144.17124.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=26.97%
G=27.53%
B=45.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4849810.410.4000.68238.1825.5825.29
Hex3031512928044ee1a19
Octal6061121515001043563231
Binary110000110001101000110100110100001000100111011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303151; }

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

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

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

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

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

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

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

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