#30314A

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

Shades of Lucky Point #30314A

Tints of Lucky Point #30314A

Color information

#30314A (or 0x30314A) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 4A. RGB value is (48,49,74). Sum of RGB (Red+Green+Blue) = 48+49+74=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #30314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30314A is #CFCEB5. Grayscale: #333333. Windows color (decimal): -13618870 or 4862256. OLE color: 4862256.

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

Color convert

RGB484974-
CMYK0.350.3400.71
HSL237.69º21.31%23.92%-
HSV(B)237.69º35.14%29.02%-
XYZ3.553.326.93-
YUV51.55140.67125.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=28.07%
G=28.65%
B=43.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4849740.350.3400.71237.6921.3123.92
Hex30314A2322047ee1518
Octal6061112434201073562530
Binary110000110001100101010001110001001000111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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