#324247

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

Shades of Big Stone #324247

Tints of Big Stone #324247

Color information

#324247 (or 0x324247) is unknown color: approx Big Stone. HEX triplet: 32, 42 and 47. RGB value is (50,66,71). Sum of RGB (Red+Green+Blue) = 50+66+71=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #324247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324247 is #CDBDB8. Grayscale: #3D3D3D. Windows color (decimal): -13483449 or 4670002. OLE color: 4670002.

HSL color Cylindrical-coordinate representation of color #324247: hue angle of 194.29º 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 #324247 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506671-
CMYK0.300.0700.72
HSL194.29º17.36%23.73%-
HSV(B)194.29º29.58%27.84%-
XYZ4.45.036.7-
YUV61.79133.2119.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=26.74%
G=35.29%
B=37.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5066710.300.0700.72194.2917.3623.73
Hex3242471E7048c21118
Octal6210210736701103022130
Binary110010100001010001111111011101001000110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324247; }

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

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

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

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

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

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

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

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