#323E43

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

Shades of Big Stone #323E43

Tints of Big Stone #323E43

Color information

#323E43 (or 0x323E43) is unknown color: approx Big Stone. HEX triplet: 32, 3E and 43. RGB value is (50,62,67). Sum of RGB (Red+Green+Blue) = 50+62+67=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #323E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E43 is #CDC1BC. Grayscale: #3A3A3A. Windows color (decimal): -13484477 or 4406834. OLE color: 4406834.

HSL color Cylindrical-coordinate representation of color #323E43: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323E43 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB506267-
CMYK0.250.0700.74
HSL197.65º14.53%22.94%-
HSV(B)197.65º25.37%26.27%-
XYZ4.054.535.97-
YUV58.98132.52121.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=27.93%
G=34.64%
B=37.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5062670.250.0700.74197.6514.5322.94
Hex323E4319704Ac6f17
Octal627610331701123061727
Binary1100101111101000011110011110100101011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E43; }

 p { color: rgb(50,62,67); }

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

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

 a { background-color: rgb(50,62,67); }

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

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

 span { border-color: rgb(50,62,67); }

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