#30314D

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

Shades of Lucky Point #30314D

Tints of Lucky Point #30314D

Color information

#30314D (or 0x30314D) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 4D. RGB value is (48,49,77). Sum of RGB (Red+Green+Blue) = 48+49+77=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #30314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30314D is #CFCEB2. Grayscale: #333333. Windows color (decimal): -13618867 or 5058864. OLE color: 5058864.

HSL color Cylindrical-coordinate representation of color #30314D: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30314D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB484977-
CMYK0.380.3600.70
HSL237.93º23.2%24.51%-
HSV(B)237.93º37.66%30.2%-
XYZ3.663.367.48-
YUV51.89142.17125.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=27.59%
G=28.16%
B=44.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4849770.380.3600.70237.9323.224.51
Hex30314D2624046ee1719
Octal6061115464401063562731
Binary110000110001100110110011010010001000110111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30314D; }

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

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

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

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

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

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

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

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