#324047

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

Shades of Big Stone #324047

Tints of Big Stone #324047

Color information

#324047 (or 0x324047) is unknown color: approx Big Stone. HEX triplet: 32, 40 and 47. RGB value is (50,64,71). Sum of RGB (Red+Green+Blue) = 50+64+71=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #324047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324047 is #CDBFB8. Grayscale: #3C3C3C. Windows color (decimal): -13483961 or 4669490. OLE color: 4669490.

HSL color Cylindrical-coordinate representation of color #324047: hue angle of 200º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324047 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506471-
CMYK0.300.1000.72
HSL200º17.36%23.73%-
HSV(B)200º29.58%27.84%-
XYZ4.294.86.66-
YUV60.61133.86120.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=27.03%
G=34.59%
B=38.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5064710.300.1000.7220017.3623.73
Hex3240471EA048c81118
Octal62100107361201103102130
Binary1100101000000100011111110101001001000110010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324047; }

 p { color: rgb(50,64,71); }

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

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

 a { background-color: rgb(50,64,71); }

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

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

 span { border-color: rgb(50,64,71); }

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