#324149

Color #324149 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #324149

Tints of Big Stone #324149

Color information

#324149 (or 0x324149) is unknown color: approx Big Stone. HEX triplet: 32, 41 and 49. RGB value is (50,65,73). Sum of RGB (Red+Green+Blue) = 50+65+73=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #324149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324149 is #CDBEB6. Grayscale: #3D3D3D. Windows color (decimal): -13483703 or 4800818. OLE color: 4800818.

HSL color Cylindrical-coordinate representation of color #324149: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324149 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB506573-
CMYK0.320.1100.71
HSL200.87º18.7%24.12%-
HSV(B)200.87º31.51%28.63%-
XYZ4.414.947.02-
YUV61.43134.53119.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=26.60%
G=34.57%
B=38.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5065730.320.1100.71200.8718.724.12
Hex32414920B047c91318
Octal62101111401301073112330
Binary11001010000011001001100000101101000111110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324149; }

 p { color: rgb(50,65,73); }

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

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

 a { background-color: rgb(50,65,73); }

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

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

 span { border-color: rgb(50,65,73); }

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