#324448

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

Shades of Big Stone #324448

Tints of Big Stone #324448

Color information

#324448 (or 0x324448) is unknown color: approx Big Stone. HEX triplet: 32, 44 and 48. RGB value is (50,68,72). Sum of RGB (Red+Green+Blue) = 50+68+72=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #324448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324448 is #CDBBB7. Grayscale: #3F3F3F. Windows color (decimal): -13482936 or 4736050. OLE color: 4736050.

HSL color Cylindrical-coordinate representation of color #324448: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324448 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506872-
CMYK0.310.0600.72
HSL190.91º18.03%23.92%-
HSV(B)190.91º30.56%28.24%-
XYZ4.555.286.91-
YUV63.07133.04118.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=26.32%
G=35.79%
B=37.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5068720.310.0600.72190.9118.0323.92
Hex3244481F6048bf1218
Octal6210411037601102772230
Binary110010100010010010001111111001001000101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324448; }

 p { color: rgb(50,68,72); }

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

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

 a { background-color: rgb(50,68,72); }

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

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

 span { border-color: rgb(50,68,72); }

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