#31324B

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

Shades of Lucky Point #31324B

Tints of Lucky Point #31324B

Color information

#31324B (or 0x31324B) is unknown color: approx Lucky Point. HEX triplet: 31, 32 and 4B. RGB value is (49,50,75). Sum of RGB (Red+Green+Blue) = 49+50+75=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #31324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31324B is #CECDB4. Grayscale: #343434. Windows color (decimal): -13553077 or 4928049. OLE color: 4928049.

HSL color Cylindrical-coordinate representation of color #31324B: 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 #31324B is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB495075-
CMYK0.350.3300.71
HSL237.69º20.97%24.31%-
HSV(B)237.69º34.67%29.41%-
XYZ3.683.447.13-
YUV52.55140.67125.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=28.16%
G=28.74%
B=43.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4950750.350.3300.71237.6920.9724.31
Hex31324B2321047ee1518
Octal6162113434101073562530
Binary110001110010100101110001110000101000111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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