#30314B

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

Shades of Lucky Point #30314B

Tints of Lucky Point #30314B

Color information

#30314B (or 0x30314B) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 4B. RGB value is (48,49,75). Sum of RGB (Red+Green+Blue) = 48+49+75=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #30314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30314B is #CFCEB4. Grayscale: #333333. Windows color (decimal): -13618869 or 4927792. OLE color: 4927792.

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

Color convert

RGB484975-
CMYK0.360.3500.71
HSL237.78º21.95%24.12%-
HSV(B)237.78º36%29.41%-
XYZ3.593.337.11-
YUV51.66141.17125.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=27.91%
G=28.49%
B=43.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4849750.360.3500.71237.7821.9524.12
Hex30314B2423047ee1618
Octal6061113444301073562630
Binary110000110001100101110010010001101000111111011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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