#323D43

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

Shades of Big Stone #323D43

Tints of Big Stone #323D43

Color information

#323D43 (or 0x323D43) is unknown color: approx Big Stone. HEX triplet: 32, 3D and 43. RGB value is (50,61,67). Sum of RGB (Red+Green+Blue) = 50+61+67=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 67 - color contains mainly: blue. Hex color #323D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D43 is #CDC2BC. Grayscale: #3A3A3A. Windows color (decimal): -13484733 or 4406578. OLE color: 4406578.

HSL color Cylindrical-coordinate representation of color #323D43: hue angle of 201.18º 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 #323D43 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB506167-
CMYK0.250.0900.74
HSL201.18º14.53%22.94%-
HSV(B)201.18º25.37%26.27%-
XYZ44.425.95-
YUV58.39132.86122.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 67 (26.56% from 255) = 37.64%
R=28.09%
G=34.27%
B=37.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5061670.250.0900.74201.1814.5322.94
Hex323D4319904Ac9f17
Octal6275103311101123111727
Binary11001011110110000111100110010100101011001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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